mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused legacy dashboard
This commit is contained in:
parent
ee55d431a9
commit
99e697a5ed
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@ define(['browser', 'dom', 'layoutManager', 'css!components/viewManager/viewConta
|
||||||
var newView = newViewInfo.elem;
|
var newView = newViewInfo.elem;
|
||||||
var modulesToLoad = [];
|
var modulesToLoad = [];
|
||||||
|
|
||||||
if (isPluginpage) {
|
|
||||||
modulesToLoad.push('legacyDashboard');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (newViewInfo.hasjQuerySelect) {
|
if (newViewInfo.hasjQuerySelect) {
|
||||||
modulesToLoad.push('legacySelectMenu');
|
modulesToLoad.push('legacySelectMenu');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue