Skip to content

Commit

Permalink
Merge pull request #383 from zslabs/master
Browse files Browse the repository at this point in the history
Update to jQuery 1.7.2
  • Loading branch information
retlehs committed Apr 8, 2012
2 parents f7f86c9 + e80281e commit 64a137e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<script src="<?php echo get_template_directory_uri(); ?>/js/libs/modernizr-2.5.3.min.js"></script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/libs/jquery-1.7.2.min.js"><\/script>')</script>

<?php roots_head(); ?>
<?php wp_head(); ?>
Expand Down
Loading

0 comments on commit 64a137e

Please sign in to comment.