diff --git a/client/galaxy/scripts/apps/extended.js b/client/galaxy/scripts/apps/extended.js index e4375c00f1b2..9085e0d48322 100644 --- a/client/galaxy/scripts/apps/extended.js +++ b/client/galaxy/scripts/apps/extended.js @@ -3,6 +3,7 @@ import WorkflowView from "mvc/workflow/workflow-view"; import Trackster from "viz/trackster"; import Circster from "viz/circster"; import Phyloviz from "viz/phyloviz"; +import Sweepster from "viz/sweepster"; import GalaxyLibrary from "galaxy.library"; import AdminToolshed from "admin.toolshed"; import Masthead from "layout/masthead"; @@ -173,10 +174,11 @@ export const bundleEntries = { history: historyEntry, History: History.History, HistoryContents: HistoryContents.HistoryContents, + SweepsterVisualization: Sweepster.SweepsterVisualization, + SweepsterVisualizationView: Sweepster.SweepsterVisualizationView, HistoryCopyDialog, HistoryViewAnnotated, Trackster }; -console.debug(bundleEntries); window.bundleEntries = bundleEntries; diff --git a/templates/webapps/galaxy/visualization/sweepster.mako b/templates/webapps/galaxy/visualization/sweepster.mako index 01dbbe53787d..565a61de3772 100644 --- a/templates/webapps/galaxy/visualization/sweepster.mako +++ b/templates/webapps/galaxy/visualization/sweepster.mako @@ -109,31 +109,13 @@ ${h.js( "libs/jquery/jquery-ui" )}