mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update access denied exceptions
This commit is contained in:
parent
294281602e
commit
ad38cf4783
17 changed files with 154 additions and 138 deletions
|
@ -326,6 +326,8 @@
|
|||
|
||||
function reloadData(page) {
|
||||
|
||||
lastDataLoad = 0;
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
var options = {};
|
||||
|
@ -344,9 +346,6 @@
|
|||
|
||||
loadData(page, response.Items);
|
||||
|
||||
setTimeout(function () {
|
||||
loadData(page, response.Items);
|
||||
}, 2000);
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
});
|
||||
|
@ -396,7 +395,6 @@
|
|||
$(document).on('pageshow', ".syncActivityPage", function () {
|
||||
|
||||
var page = this;
|
||||
lastDataLoad = 0;
|
||||
|
||||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue