Switches jQuery to load through Google CDN

Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
This commit is contained in:
Christopher Rogers
2014-04-15 13:44:56 -05:00
parent 0a0e84b8e8
commit 3c4e0d0bae

View File

@@ -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 %>