mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
suppress errors
This commit is contained in:
parent
df208fff3a
commit
386a9bc03d
1 changed files with 0 additions and 11 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue