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
462bbad010
commit
dfdd80f607
6 changed files with 19 additions and 12 deletions
|
@ -1725,6 +1725,7 @@ 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',
|
||||
|
@ -2403,6 +2404,7 @@ 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