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

sort through the define statements

This commit is contained in:
dkanada 2019-10-03 02:33:21 +09:00
parent 02a23ffaee
commit a260e33182
8 changed files with 54 additions and 39 deletions

View file

@ -44,11 +44,11 @@ define(["browser", "dom", "layoutManager", "css!components/viewManager/viewConta
if (isPluginpage) {
require(["legacy/dashboard"]);
require(["legacyDashboard"]);
}
if (newViewInfo.hasjQuerySelect) {
require(["legacy/selectmenu"]);
require(["legacySelectMenu"]);
}
if (newViewInfo.hasjQueryChecked) {