This commit is contained in:
Aevann1 2022-04-02 19:43:11 +02:00
parent 69b0d36476
commit c4a44acca5
10 changed files with 23 additions and 23 deletions

View file

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