diff --git a/static/js/tour.js b/static/js/tour.js index eac104eda..a6c5da0c0 100644 --- a/static/js/tour.js +++ b/static/js/tour.js @@ -226,7 +226,7 @@ angular.module("angular-tour", []) // If there is an active tour, transition it over to the overlay. if ($scope.tour && $scope.step && $scope.step['overlayable']) { - AngularTour.start($scope.tour, $scope.stepIndex, $scope.tourScope); + AngularTour.start($scope.tour, $scope.stepIndex + 1, $scope.tourScope); $scope.tour = null; } }