forked from MarseyWorld/MarseyWorld
xcv
parent
898ee7afb7
commit
c065f07783
|
@ -7,7 +7,7 @@
|
||||||
<script>
|
<script>
|
||||||
function fp(fp) {
|
function fp(fp) {
|
||||||
const xhr = new XMLHttpRequest();
|
const xhr = new XMLHttpRequest();
|
||||||
xhr.open("POST", '{{SITE_FULL}}/fp/'+fp, true);
|
xhr.open("POST", '{{SITE_FULL}}/fp/'+fp);
|
||||||
xhr.setRequestHeader('xhr', 'xhr');
|
xhr.setRequestHeader('xhr', 'xhr');
|
||||||
var form = new FormData()
|
var form = new FormData()
|
||||||
form.append("formkey", formkey());
|
form.append("formkey", formkey());
|
||||||
|
|
Loading…
Reference in New Issue