diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index a597d476a8..115ce3bf85 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -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 () {