fsd
This commit is contained in:
parent
69b0d36476
commit
c4a44acca5
10 changed files with 23 additions and 23 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue