This commit is contained in:
Aevann1 2021-10-10 05:42:12 +02:00
parent 38524afa65
commit effa5b5e98
20 changed files with 39 additions and 61 deletions

View file

@ -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(){