1
0
Fork 0
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:
dkanada 2020-06-10 20:22:06 +09:00 committed by GitHub
commit b84d943aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,10 +43,6 @@ define(['browser', 'dom', 'layoutManager', 'css!components/viewManager/viewConta
var newView = newViewInfo.elem;
var modulesToLoad = [];
if (isPluginpage) {
modulesToLoad.push('legacyDashboard');
}
if (newViewInfo.hasjQuerySelect) {
modulesToLoad.push('legacySelectMenu');
}