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

Commit

Permalink
Update to sidewalk chalk functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Manresa committed Sep 20, 2012
1 parent 98bb776 commit f80aa3f
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 516 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>Tour Options</h3>
-->
<script src="js/jquery-1.7.2.js"></script>
<!--<script src="js/hopscotch_jquery.js"></script>-->
<script src="js/hopscotch-0.1.min.js"></script>
<script src="js/hopscotch-0.1.dev.js"></script>
<script src="js/exampletour.js"></script>
<script src="js/debug.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion js/hopscotch-0.1.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@

bubbleWidth = utils.getPixelValue(step.width) || opt.bubbleWidth;
bubblePadding = utils.valOrDefault(step.padding, opt.bubblePadding);

console.log(targetEl);
utils.removeClass(el, 'fade-in-down fade-in-up fade-in-left fade-in-right');

// SET POSITION
Expand Down
Loading

0 comments on commit f80aa3f

Please sign in to comment.