1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

trim loaded sync scripts

This commit is contained in:
Luke Pulverenti 2016-02-17 23:57:19 -05:00
parent f220653d1b
commit c49de6a93e
6 changed files with 124 additions and 121 deletions

View file

@ -1846,6 +1846,7 @@ var AppInfo = {};
}
paths.playlistManager = "scripts/playlistmanager";
paths.syncDialog = "scripts/sync";
var sha1Path = bowerPath + "/cryptojslib/components/sha1-min";
var md5Path = bowerPath + "/cryptojslib/components/md5-min";
@ -2258,7 +2259,6 @@ var AppInfo = {};
deps.push('scripts/search');
deps.push('scripts/librarylist');
deps.push('scripts/alphapicker');
deps.push('scripts/sync');
deps.push('scripts/backdrops');
deps.push('scripts/librarymenu');
deps.push('scripts/librarybrowser');