mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
update err message
This commit is contained in:
parent
7b2751ed9b
commit
34a84a6b9d
@ -34,7 +34,7 @@ app.view.MessageListView = Backbone.View.extend({
|
|||||||
|
|
||||||
// check for error
|
// check for error
|
||||||
if (res && res.status) {
|
if (res && res.status) {
|
||||||
alert('Syncing failed: ' + JSON.stringify(res));
|
alert('Syncing failed!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user