Commit 3c4e0d0b authored by Christopher Rogers's avatar Christopher Rogers

Switches jQuery to load through Google CDN

Signed-off-by: 's avatarChristopher Rogers <chrissrogers@gmail.com>
parent 0a0e84b8
......@@ -23,7 +23,7 @@ under the License.
<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>
<script src="https://code.jquery.com/javascripts/jquery-1.11.0.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<%= javascript_include_tag "all" %>
<% if language_tabs %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment