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-02-28 16:31:45 -05:00
parent fbb6861985
commit 7b40f1daff
9 changed files with 430 additions and 60 deletions

View file

@ -1539,6 +1539,9 @@ var AppInfo = {};
function onApiClientCreated(e, newApiClient) {
initializeApiClient(newApiClient);
// This is not included in jQuery slim
$.ajax = newApiClient.ajax;
}
//localStorage.clear();
@ -1725,7 +1728,6 @@ var AppInfo = {};
humanedate: 'components/humanedate',
chromecasthelpers: 'components/chromecasthelpers',
jQuery: bowerPath + '/jquery/dist/jquery.slim.min',
jQueryFull: bowerPath + '/jquery/dist/jquery.min',
fastclick: bowerPath + '/fastclick/lib/fastclick',
events: apiClientBowerPath + '/events',
credentialprovider: apiClientBowerPath + '/credentials',
@ -2182,7 +2184,7 @@ var AppInfo = {};
if (browserInfo.android) {
deps.push('cordova/android/androidcredentials');
deps.push('cordova/links');
deps.push('cordova/android/links');
}
}
@ -2404,7 +2406,6 @@ function addLegacyDependencies(depends, url) {
depends.push('jqmcollapsible');
depends.push('jqmcheckbox');
depends.push('legacy/dashboard');
depends.push('jQueryFull');
}
depends.push('jqmcontrolgroup');