This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add error callback for showStep Calling showStep without a proper step target fails, but the tour error callback is not invoked. This change fixes that, and sets the current step number to the step that failed for debugging purposes * Revert step num after error callback Not sure if this will work * remove all stepNum stuff, see if it still breaks just a test to see what's breaking * Add templates stuff * Revert "Add templates stuff" This reverts commit 8dfed46. * Resubmit error callback patch temporarily set currStepNum then revert * deglobalizing temporary var * Hoist temp var to top of function
- Loading branch information