1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tabs

This commit is contained in:
Luke Pulverenti 2016-07-05 14:11:34 -04:00
parent bea9f41675
commit 6d7465f64d
5 changed files with 68 additions and 121 deletions

View file

@ -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) {