This commit is contained in:
Aevann1 2021-12-17 06:44:25 +02:00
parent 2e81f2abd7
commit 822d841251
16 changed files with 30 additions and 47 deletions

View file

@ -30,7 +30,6 @@ function post_toast(url, reload, data) {
try {
document.getElementById('toast-post-success-text').innerText = JSON.parse(xhr.response)["message"];
} catch(e) {
document.getElementById('toast-post-success-text').innerText = "Action successful!";
}
if (reload == 1) {location.reload(true)}