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

Commit

Permalink
forgot to add one line to jquery version, also minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Aug 23, 2012
1 parent c1f3069 commit bd5eb1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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.

1 change: 1 addition & 0 deletions css/hopscotch.less
Expand Up @@ -179,6 +179,7 @@ div#hopscotch-bubble {
}

#hopscotch-actions {
margin: 10px 0 0;
text-align: right;
}

Expand Down
2 changes: 1 addition & 1 deletion js/hopscotch-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/hopscotch_jquery-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/hopscotch_jquery.js
Expand Up @@ -753,7 +753,7 @@
tmpOpt[prop] = tour[prop];
}
}
opt = {}; // reset all options so there are no surprises
this.resetDefaultOptions(); // reset all options so there are no surprises
_configure.call(this, tmpOpt, true);

// Get existing tour state, if it exists.
Expand Down

0 comments on commit bd5eb1e

Please sign in to comment.