diff --git a/src/coffee/bootstrap-tour.coffee b/src/coffee/bootstrap-tour.coffee index eb11bd9c..cc681bba 100644 --- a/src/coffee/bootstrap-tour.coffee +++ b/src/coffee/bootstrap-tour.coffee @@ -627,6 +627,9 @@ when 37 e.preventDefault() @prev() if @_current > 0 + when 27 + e.preventDefault() + @end() # Checks if the result of a callback is a promise _makePromise: (result) ->