mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Update jQuery to work over SSL, resolves #18
This commit is contained in:
parent
c364a2329b
commit
e307f1dbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ under the License.
|
|||
|
||||
<%= stylesheet_link_tag "screen", media: 'screen' %>
|
||||
<%= stylesheet_link_tag "print", media: 'print' %>
|
||||
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
|
||||
<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
|
||||
<%= javascript_include_tag "all" %>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue