This commit is contained in:
Aevann1 2021-10-12 15:42:10 +02:00
parent d79a0a02f7
commit 1159275306
21 changed files with 30 additions and 76 deletions

View file

@ -46,9 +46,7 @@ function post_toast_callback(url, data, callback) {
document.getElementById('toast-post-error-text').innerText = JSON.parse(xhr.response)["error"];
}
return false
} catch(e) {
document.getElementById('toast-post-error-text').innerText = "Error. Please try again later.";
}
} catch(e) {}
return false;
}