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

update components

This commit is contained in:
Luke Pulverenti 2016-05-20 13:15:07 -04:00
parent 2ea72f2749
commit a981c0eb8b
6 changed files with 3 additions and 907 deletions

View file

@ -1721,7 +1721,6 @@ var AppInfo = {};
humanedate: 'components/humanedate',
libraryBrowser: 'scripts/librarybrowser',
chromecasthelpers: 'components/chromecasthelpers',
fastclick: bowerPath + '/fastclick/lib/fastclick',
events: apiClientBowerPath + '/events',
credentialprovider: apiClientBowerPath + '/credentials',
apiclient: apiClientBowerPath + '/apiclient',
@ -3073,10 +3072,6 @@ var AppInfo = {};
loadTheme();
if (browserInfo.safari && browserInfo.mobile) {
//initFastClick();
}
if (Dashboard.isRunningInCordova()) {
deps.push('registrationservices');