mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nav drawer
This commit is contained in:
parent
1eb20e60b9
commit
a45d219c82
4 changed files with 10 additions and 6 deletions
|
@ -34,10 +34,10 @@ define(['jQuery'], function ($) {
|
|||
dependencies.push('jqmcheckbox');
|
||||
dependencies.push('legacy/dashboard');
|
||||
dependencies.push('legacy/selectmenu');
|
||||
dependencies.push('jqmcontrolgroup');
|
||||
}
|
||||
|
||||
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
||||
dependencies.push('jqmcontrolgroup');
|
||||
dependencies.push('jqmlistview');
|
||||
dependencies.push('scripts/notifications');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue