From 0aee1111485609bf8cd31b4ee14b35840be92e45 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 2 Feb 2024 18:10:43 +0100 Subject: [PATCH] fix --- ccp/js/executionformcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ] }