1
0
Fork 0
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:
Luke Pulverenti 2016-07-27 00:54:38 -04:00
parent 9ce277ff9d
commit 33736c5616
7 changed files with 77 additions and 63 deletions

View file

@ -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');
}