fix
This commit is contained in:
parent
c80dc54c1e
commit
0eb130e51f
6 changed files with 20 additions and 20 deletions
|
@ -131,6 +131,6 @@ function post_toast2(url, button1, button2) {
|
|||
|
||||
xhr.send(form);
|
||||
|
||||
document.getElementById(button1).classList.toggle("d-none");
|
||||
document.getElementById(button2).classList.toggle("d-none");
|
||||
document.getElementById(button1).classList.toggle("hidden");
|
||||
document.getElementById(button2).classList.toggle("hidden");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue