Merge branch 'master' into mistletoe

This commit is contained in:
kek7198 2021-12-09 16:41:02 -06:00
commit 167078fbfd
23 changed files with 170 additions and 16 deletions

View file

@ -11,6 +11,7 @@ function post_toast3(url, button1, button2) {
var xhr = new XMLHttpRequest();
xhr.open("POST", url, true);
var form = new FormData()
form.append("formkey", formkey());
if(typeof data === 'object' && data !== null) {
for(let k of Object.keys(data)) {