mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update script loading
This commit is contained in:
parent
3118991c21
commit
ad93f5ca7f
5 changed files with 44 additions and 231 deletions
7
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
7
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
|
@ -78,12 +78,9 @@
|
|||
options.syncOfflineUsers = (new Date().getTime() - lastStart) >= offlineUserSyncInterval;
|
||||
}
|
||||
|
||||
Dashboard.ready(function () {
|
||||
require(['localsync'], function () {
|
||||
|
||||
require(['localsync'], function () {
|
||||
|
||||
LocalSync.normalizeSyncOptions = normalizeSyncOptions;
|
||||
});
|
||||
LocalSync.normalizeSyncOptions = normalizeSyncOptions;
|
||||
});
|
||||
|
||||
pageClassOn('pageshow', "libraryPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue