This commit is contained in:
dcore94 2024-02-02 18:10:43 +01:00
parent 556168a239
commit 0aee111148
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
]
}