diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index a2ccaeb..323df50 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -429,7 +429,7 @@ class CCPExecutionForm extends HTMLElement{ }, { target: "a[name=direct_link_method]", - apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?method=" + d.id + apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?method=" + d.id } ] } diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index ec5690b..0e283d8 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -667,7 +667,7 @@ class CCPExecutionHistory extends HTMLElement { }, { target : "a[name=direct_link_execution]", - apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?execution=" + d.id + apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?execution=" + d.id }, { target : "div[name=logterminalcontainer]",