From ee55d431a9adee1e73189abc596340460b5d7ef9 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Wed, 10 Jun 2020 00:44:59 +0300 Subject: [PATCH 1/2] Fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e24612f629..e6ae4c07f0 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "src/components/syncPlay/syncPlayManager.js", "src/components/syncPlay/timeSyncManager.js", "src/plugins/bookPlayer/plugin.js", - "src/plugins/bookPlayer/tableOfContent.js", + "src/plugins/bookPlayer/tableOfContents.js", "src/plugins/photoPlayer/plugin.js", "src/scripts/deleteHelper.js", "src/scripts/dfnshelper.js", From 99e697a5edfbad1ac35ca43dcfb90d9c9d849e7a Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Wed, 10 Jun 2020 00:45:47 +0300 Subject: [PATCH 2/2] Remove unused legacy dashboard --- src/components/viewContainer.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/viewContainer.js b/src/components/viewContainer.js index 6c83e4a3ba..dfc9569f34 100644 --- a/src/components/viewContainer.js +++ b/src/components/viewContainer.js @@ -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'); }