This commit is contained in:
Aevann1 2021-12-11 00:56:26 +02:00
parent 31acc7e28e
commit a0f04d094b
8 changed files with 8 additions and 16 deletions

View file

@ -1,7 +1,3 @@
function formkey() {
return document.getElementById("formkey").innerHTML;
}
function post(url) {
var xhr = new XMLHttpRequest();
xhr.open("POST", url, true);