suppress errors

This commit is contained in:
Luke Pulverenti 2015-07-12 01:07:03 -04:00
parent df208fff3a
commit 386a9bc03d

View File

@ -114,17 +114,6 @@ var Dashboard = {
return;
}
Dashboard.hideLoadingMsg();
if (!Dashboard.suppressAjaxErrors && data.type != 'GET' && !AppInfo.isNativeApp) {
setTimeout(function () {
var msg = data.errorCode || Dashboard.defaultErrorMessage;
Dashboard.showError(msg);
}, 500);
}
},
getCurrentUser: function () {