diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index a20a827..99a6fba 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -406,7 +406,7 @@ class CCPExecutionForm extends HTMLElement{ }, { target: "a[name=direct_link_method]", - apply : (e,d)=>e.href = e.textContent = window.Location.origin + window.Location.path + "?method=" + d.id + apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.path + "?method=" + d.id } ] }