fix post check

This commit is contained in:
nikili0n 2023-09-26 00:27:07 +03:00 committed by Dantenerosas
parent fa75f980d2
commit ad3c7450fb

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)
}