dfsdfs
This commit is contained in:
parent
5a52b9709b
commit
3547578a08
9 changed files with 9 additions and 7 deletions
|
@ -4,7 +4,7 @@ function post(url) {
|
|||
var form = new FormData()
|
||||
form.append("formkey", formkey());
|
||||
xhr.withCredentials=true;
|
||||
xhr.onload = function() {window.location.reload(true);};
|
||||
xhr.onload = function() {location.reload(true);};
|
||||
xhr.send(form);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue