1
0
Fork 0
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:
Luke Pulverenti 2015-12-02 16:05:08 -05:00
parent 3118991c21
commit ad93f5ca7f
5 changed files with 44 additions and 231 deletions

View file

@ -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 () {