Skip to content

Commit

Permalink
Fixed issue with jQuery Demo not including library
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Clements committed Mar 30, 2012
1 parent db3e635 commit 302df3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

<script src="../../src/lib/zepto.js" type="text/javascript" charset="utf-8"></script>
<script src="../../src/jqtouch.js" type="text/javascript" charset="utf-8"></script>
<!-- Uncomment the following two lines (and comment out the previous two) to use jQuery instead of Zepto. -->
<!-- Uncomment the following three lines (and comment out the previous two) to use jQuery instead of Zepto. -->
<!-- <script src="../../src/lib/jquery-1.7.min.js" type="application/x-javascript" charset="utf-8"></script> -->
<!-- <script src="../../src/jqtouch.js" type="text/javascript" charset="utf-8"></script> -->
<!-- <script src="../../src/jqtouch-jquery.js" type="application/x-javascript" charset="utf-8"></script> -->

<script src="../../extensions/jqt.themeswitcher.js" type="application/x-javascript" charset="utf-8"></script>
Expand Down

0 comments on commit 302df3d

Please sign in to comment.