1
0
Fork 0
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:
grafixeyehero 2020-06-10 00:45:47 +03:00
parent ee55d431a9
commit 99e697a5ed

View file

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