fix post check

This commit is contained in:
nikili0n
2023-11-21 23:39:27 +03:00
parent 3673a0bab6
commit cbbe1de95f
+3 -1
View File
@@ -112,7 +112,9 @@
document.forms.download.querySelector('.submit-spinner').classList.add('submit-spinner_hide'); document.forms.download.querySelector('.submit-spinner').classList.add('submit-spinner_hide');
}; };
}; };
xhr2.send(link) body = {};
body.link = link;
xhr2.send(body)
} }