From 7cc6e3ed688e95696a3334dbed327e35ce4190df Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 4 Jan 2012 22:19:37 -0800 Subject: [PATCH] uncomment cdn line.. whoops --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 6346683bf..7c3bf47fa 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -37,7 +37,7 @@ = javascript_include_tag "/javascripts/ie.js" - -# %script{:type => "text/javascript", :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'} + %script{:type => "text/javascript", :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'} :javascript !window.jQuery && document.write(unescape("#{escape_javascript(include_javascripts(:jquery))}"))