dfdf
This commit is contained in:
parent
7448d719cd
commit
ae174ad49e
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ function post_toast(url, callback, data) {
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
document.getElementById('toast-post-success-text').innerText = "Action successful!";
|
document.getElementById('toast-post-success-text').innerText = "Action successful!";
|
||||||
}
|
}
|
||||||
callback(xhr)
|
|
||||||
return true
|
return true
|
||||||
|
|
||||||
} else if (xhr.status >= 300 && xhr.status < 400) {
|
} else if (xhr.status >= 300 && xhr.status < 400) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue