fsfd
This commit is contained in:
parent
2777f0dce3
commit
209938d284
54 changed files with 375 additions and 320 deletions
|
@ -4,7 +4,7 @@ function post(url) {
|
|||
xhr.setRequestHeader('xhr', 'xhr');
|
||||
var form = new FormData()
|
||||
form.append("formkey", formkey());
|
||||
xhr.onload = function() {location.reload(true);};
|
||||
xhr.onload = function() {location.reload();};
|
||||
xhr.send(form);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue