From 1dc113a9cb68a5c230b89b7acbb3d9a673696bd3 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Thu, 13 Mar 2014 13:19:23 -0700 Subject: [PATCH] closes #5336 --- IPython/html/static/notebook/js/tour.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 6129a447c..dbbae4079 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()) {