Skip to content

Commit

Permalink
Update to use jQuery 1.5 indtead of 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstac committed Feb 28, 2011
1 parent df76994 commit 5632864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/application.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
= stylesheets :site
= javascripts('http://www.google.com/jsapi')
:javascript
google.load("jquery", "1.4.2");
google.load("jquery", "1.5");
// google.load("jqueryui", "1.8.1");
// google.load("chrome-frame", "1.0.2");
= javascripts('modernizr-1.5.min', 'application')
Expand Down

0 comments on commit 5632864

Please sign in to comment.