Fix postToastSwitch
This commit is contained in:
parent
011b6d0c76
commit
1afdcb76f4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ function postToastReload(t, url, method, data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function postToastSwitch(t, url, method, button1, button2, cssClass="d-none") {
|
function postToastSwitch(t, url, method, button1, button2, cssClass="d-none") {
|
||||||
postToast(t, url, method, data, (xhr) => {
|
postToast(t, url, method, null, (xhr) => {
|
||||||
document.getElementById(button1).classList.toggle(cssClass);
|
document.getElementById(button1).classList.toggle(cssClass);
|
||||||
document.getElementById(button2).classList.toggle(cssClass);
|
document.getElementById(button2).classList.toggle(cssClass);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue