master #11

Merged
m.lettere merged 4 commits from master into prod 2024-04-10 18:06:50 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ff613b70c2 - Show all commits

View File

@ -429,7 +429,7 @@ class CCPExecutionForm extends HTMLElement{
},
{
target: "a[name=direct_link_method]",
apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?method=" + d.id
apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?method=" + d.id
}
]
}

View File

@ -667,7 +667,7 @@ class CCPExecutionHistory extends HTMLElement {
},
{
target : "a[name=direct_link_execution]",
apply : (e,d)=>e.href = e.textContent = window.location.origin + window.location.pathname + "?execution=" + d.id
apply : (e,d)=>e.href = window.location.origin + window.location.pathname + "?execution=" + d.id
},
{
target : "div[name=logterminalcontainer]",