This commit is contained in:
Aevann1 2021-08-22 17:53:12 +02:00
parent 7448d719cd
commit ae174ad49e

View file

@ -332,7 +332,6 @@ function post_toast(url, callback, data) {
} catch(e) {
document.getElementById('toast-post-success-text').innerText = "Action successful!";
}
callback(xhr)
return true
} else if (xhr.status >= 300 && xhr.status < 400) {