mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
fbb6861985
commit
7b40f1daff
9 changed files with 430 additions and 60 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue