dfs
This commit is contained in:
parent
d79a0a02f7
commit
1159275306
21 changed files with 30 additions and 76 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue