mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 08:34:28 +00:00
FUCK
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ function onDownloadsXhrChange() {
|
|||||||
let j = JSON.parse(this.responseText)
|
let j = JSON.parse(this.responseText)
|
||||||
|
|
||||||
let wasSuccessful = true;
|
let wasSuccessful = true;
|
||||||
if (j["Error"]) {
|
if (j["Errors"]) {
|
||||||
processingError.style.display = "block";
|
processingError.style.display = "block";
|
||||||
wasSuccessful = false;
|
wasSuccessful = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user