Skip to content

Commit

Permalink
Tours import/export cleanup. tour_opts is internal only.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 7, 2017
1 parent 8858b55 commit d87e575
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/galaxy/scripts/mvc/tours.js
Expand Up @@ -4,7 +4,10 @@ import _l from "utils/localization";
* rendering a tour menu.
*/

import * as BootstrapTour from "libs/bootstrap-tour";
// bootstrap-tour configures a window.Tour object; keep a local ref.
import "libs/bootstrap-tour";
let Tour = window.Tour;

var gxy_root = typeof Galaxy === "undefined" ? "/" : Galaxy.root;

var tourpage_template = `<h2>Galaxy Tours</h2>
Expand Down Expand Up @@ -211,7 +214,6 @@ export function activeGalaxyTourRunner() {
export default {
ToursView: ToursView,
hooked_tour_from_data: hooked_tour_from_data,
tour_opts: tour_opts,
giveTour: giveTour,
activeGalaxyTourRunner: activeGalaxyTourRunner
};

0 comments on commit d87e575

Please sign in to comment.