mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
bea9f41675
commit
6d7465f64d
5 changed files with 68 additions and 121 deletions
|
@ -50,13 +50,12 @@ define(['browser'], function (browser) {
|
|||
dependencies.push('legacy/dashboard');
|
||||
dependencies.push('legacy/selectmenu');
|
||||
dependencies.push('jqmcontrolgroup');
|
||||
dependencies.push('jqmlistview');
|
||||
}
|
||||
|
||||
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
||||
dependencies.push('jqmlistview');
|
||||
dependencies.push('scripts/notifications');
|
||||
dependencies.push('dashboardcss');
|
||||
dependencies.push('emby-icons');
|
||||
}
|
||||
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue