mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Switches jQuery to load through Google CDN
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
This commit is contained in:
parent
0a0e84b8e8
commit
3c4e0d0bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue