mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1392 from grafixeyehero/Fix-typo
Fix typo and remove unused legacy dashboard
This commit is contained in:
commit
b84d943aec
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