sdffds
This commit is contained in:
parent
38524afa65
commit
effa5b5e98
20 changed files with 39 additions and 61 deletions
|
@ -4,8 +4,8 @@ function post(url) {
|
|||
var form = new FormData()
|
||||
form.append("formkey", formkey());
|
||||
xhr.withCredentials=true;
|
||||
xhr.onload = function() {window.location.reload(true);};
|
||||
xhr.send(form);
|
||||
window.location.reload(true)
|
||||
};
|
||||
|
||||
function updatebgselection(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue