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

Commit

Permalink
change the hopscotch filename in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Oct 19, 2012
1 parent b9b2d78 commit bab2595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
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.dev.js"></script>
<script src="js/hopscotch-0.0.1.min.js"></script>
<script src="js/exampletour.js"></script>
<script src="js/debug.js"></script>
<script>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h3>Tour Options</h3>
.addCallback('next', onNext)
.addCallback('prev', onPrev);

//hopscotch.startTour(tour);
hopscotch.startTour(tour);
</script>
</body>
</html>

0 comments on commit bab2595

Please sign in to comment.