diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 6129a44..dbbae40 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -155,11 +155,12 @@ IPython = (function (IPython) { steps: this.tour_steps, template: tour_style }); - this.tour.init(); + }; NotebookTour.prototype.start = function () { console.log("let's start the tour"); + this.tour.init(); this.tour.start(); if (this.tour.ended()) {