Skip to content

Commit

Permalink
Merge pull request #18 from p8952/local-jquery
Browse files Browse the repository at this point in the history
use the local copy of jquery
  • Loading branch information
mdo committed Jul 31, 2013
2 parents aa90811 + c2b7e2c commit 1edaabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offcanvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Heading</h2>


<!-- jQuery and plugin -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="../assets/js/jquery.js"></script>
<script src="offcanvas.js"></script>
</body>
</html>
</html>

0 comments on commit 1edaabb

Please sign in to comment.