- Don't show ajax request errors when there is no real error

release-0.6
alecpl 13 years ago
parent 4351f7cd66
commit 7fbd94bc47

@ -5387,7 +5387,7 @@ function rcube_webmail()
this.set_busy(false, null, lock);
request.abort();
if (errmsg)
if (request.status && errmsg)
this.display_message(this.get_label('servererror') + ' (' + errmsg + ')', 'error');
};

Loading…
Cancel
Save