Skip to content
Snippets Groups Projects
Commit d9c2b0d4 authored by Maxwell Salzberg's avatar Maxwell Salzberg
Browse files

make cdn jquery http/s agnostic

parent fdea2f94
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
= javascript_include_tag "/javascripts/ie.js"
<![endif]-->
%script{:type => "text/javascript", :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
%script{:type => "text/javascript", :src => '//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
:javascript
!window.jQuery && document.write(unescape("#{escape_javascript(include_javascripts(:jquery))}"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment