mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update resource loading
This commit is contained in:
parent
9ce277ff9d
commit
33736c5616
7 changed files with 77 additions and 63 deletions
|
@ -55,6 +55,7 @@ define(['browser'], function (browser) {
|
|||
|
||||
if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) {
|
||||
dependencies.push('scripts/notifications');
|
||||
dependencies.push('css!css/notifications.css');
|
||||
dependencies.push('dashboardcss');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue