Added a workaround for a bug in the parser

This commit is contained in:
schnulller
2022-06-07 22:35:49 +02:00
parent 965ffd54f8
commit d4b6d04654
9 changed files with 56 additions and 23 deletions

View File

@@ -61,7 +61,7 @@
document.getElementById("ha-filelistoutput").textContent = json.Error;
}
else {
location.reload();
location.reload();
}
})
.catch ((e) => {

View File

@@ -57,7 +57,7 @@
document.getElementById("ha-lds-ellipsis-publish").style.display = "none";
document.getElementById("ha-publishmessage").style.opacity = "1";
document.getElementById("publish-result").value = "Erfolg!";
window.location.replace("/Admin/Upload/");
@* location.reload(); *@
}
})
.catch ((e) => {