Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
add jquery checks back in
Browse files Browse the repository at this point in the history
make loadTour a private function so that only one call is needed to
start tour
add nextOnTargetClick option for a step
  • Loading branch information
Gordon Koo committed Sep 4, 2012
1 parent 0bb4537 commit fc91035
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 59 deletions.
2 changes: 1 addition & 1 deletion css/hopscotch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/hopscotch.less
Expand Up @@ -89,6 +89,11 @@ div#hopscotch-bubble {

top: 0;
right: 0;

&.hide,
&.hide-all {
display: none;
}
}

#hopscotch-bubble-number {
Expand Down

0 comments on commit fc91035

Please sign in to comment.