Skip to content

Commit

Permalink
jQuery 2.1.1 and 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laukstein committed May 4, 2014
1 parent 3ad2915 commit 46c7f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
// CloudFlare's cdnJS is better than Google CDN http://www.baldnerd.com/make-your-site-faster-cloudflares-cdnjs-vs-google-hosted-libraries-shocking-results/
// jQuery EdgeCast's CDN better than Google, Microsoft and Media Temple CDN http://royal.pingdom.com/2012/07/24/best-cdn-for-jquery-in-2012/

echo "\n<!--[if IE]><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js></script><![endif]-->
<!--[if !IE]>--><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js></script><!--<![endif]-->
echo "\n<!--[if IE]><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js></script><![endif]-->
<!--[if !IE]>--><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js></script><!--<![endif]-->
<script src={$assets}jquery.address$min.js></script>
<script>
(function() {
Expand Down

0 comments on commit 46c7f91

Please sign in to comment.