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