Skip to content

Commit

Permalink
Update jQuery.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 10, 2012
1 parent bf03b79 commit 89c1e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_templates/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

!= "<script src='http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js'></script>"
!= "<script src='http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js'></script>"
%script{src: 'http://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.min.js', type: 'text/javascript'}
!= "<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>"

= javascript_include_tag 'site.js'
= google_analytics ENV['analytics_id'] if ENV['analytics_id']
Expand Down

0 comments on commit 89c1e91

Please sign in to comment.