This commit is contained in:
Ave
2024-12-14 18:02:46 +00:00
parent e63098cc68
commit be962f3b25
+1 -1
View File
@@ -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;
} }