remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 23:12:37 +02:00
parent 0e53d8a308
commit be2e22bc0a
1 changed files with 4 additions and 1 deletions

View File

@ -168,7 +168,7 @@
}
}
admin_comment=function(cid){
admin_comment=function(cid,button1,button2){
var xhr = new XMLHttpRequest();
@ -193,6 +193,9 @@
}
}
xhr.send(form)
document.getElementById(button1).classList.toggle("d-md-inline-block");
document.getElementById(button2).classList.toggle("d-md-inline-block");
}
//Autoexpand textedit comments