Skip to content

Commit

Permalink
jQuery updated to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-fielding committed Jul 6, 2011
1 parent e150d87 commit c80cc61
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 211 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.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.2.min.js"><\/script>')</script>

<!-- scripts concatenated and minified via ant build script-->
<script 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.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.2.min.js"><\/script>')</script>


<script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<!-- JavaScript at the bottom for fast page loading -->

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


<!-- scripts concatenated and minified via ant build script-->
Expand Down
18 changes: 0 additions & 18 deletions js/libs/jquery-1.6.1.min.js

This file was deleted.

Loading

3 comments on commit c80cc61

@birkof
Copy link

@birkof birkof commented on c80cc61 Aug 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mathiasbynens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@birkof
Copy link

@birkof birkof commented on c80cc61 Aug 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mathiasbynens thanks a lot! Didn't know that :D

Please sign in to comment.