This commit is contained in:
Aevann1 2021-12-09 23:21:52 +02:00
parent 3bbe195b75
commit 3aae15d985
28 changed files with 245 additions and 142 deletions

View file

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