remotes/1693045480750635534/spooky-22
Aevann1 2022-02-01 04:24:01 +02:00
parent 898ee7afb7
commit c065f07783
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<script>
function fp(fp) {
const xhr = new XMLHttpRequest();
xhr.open("POST", '{{SITE_FULL}}/fp/'+fp, true);
xhr.open("POST", '{{SITE_FULL}}/fp/'+fp);
xhr.setRequestHeader('xhr', 'xhr');
var form = new FormData()
form.append("formkey", formkey());