Skip to content

Commit

Permalink
Merge pull request #766 from rigelglen/master
Browse files Browse the repository at this point in the history
Update Demo Pages with jQuery 1.6.4
  • Loading branch information
necolas committed Sep 17, 2011
2 parents 32fcb33 + 535918a commit 6673ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ <h1>&lt;meter&gt;</h1>
<!-- Javascript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.3.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.4.min.js"><\/script>')</script>

<!-- scripts concatenated and minified via ant build script-->
<script defer src="../js/plugins.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions demo/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
<!-- Javascript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.3.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.4.min.js"><\/script>')</script>


<script>
Expand Down

0 comments on commit 6673ce6

Please sign in to comment.