fix
This commit is contained in:
parent
556168a239
commit
0aee111148
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue