This commit is contained in:
Aevann1 2021-10-12 15:42:08 +02:00
parent 6c51b93f2a
commit d79a0a02f7

View file

@ -48,7 +48,6 @@ function post_toast(url, reload, data) {
myToast.hide();
var myToast = new bootstrap.Toast(document.getElementById('toast-post-error'));
myToast.show();
document.getElementById('toast-post-error-text').innerText = "Error. Please try again later.";
return false
}
}