Skip to content

Commit

Permalink
Calling correct version of jQuery - 1.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMelissas committed Apr 22, 2015
1 parent 0c57b42 commit 7523cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h1>Hi there! This is super amazing.</h1>

<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="dist/scripts/jquery.js"><\/script>')</script>
<script src="dist/scripts/main.js"></script>

Expand Down

0 comments on commit 7523cdf

Please sign in to comment.