fix post check

This commit is contained in:
Dantenerosas 2023-09-26 00:27:07 +03:00 committed by nikili0n
parent 50ad341b6e
commit 4c67368b1d

View File

@ -112,7 +112,9 @@
document.forms.download.querySelector('.submit-spinner').classList.add('submit-spinner_hide');
};
};
xhr2.send(link)
body = {};
body.link = link;
xhr2.send(body)
}