Merge branch 'master' into mistletoe
This commit is contained in:
commit
167078fbfd
23 changed files with 170 additions and 16 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue