diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index c8f6273..218648f 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -92,6 +92,12 @@ class CCPExecutionForm extends HTMLElement{
+
+ + +
@@ -398,6 +404,10 @@ class CCPExecutionForm extends HTMLElement{ return false } }, + { + target: "a[name=direct_link_method]", + apply : (e,d)=>e.href = e.textContent = window.Location.origin + window.Location.path + "?method=" + d.id + } ] }