Commit e307f1db authored by Robert Lord's avatar Robert Lord

Update jQuery to work over SSL, resolves #18

parent c364a232
...@@ -26,7 +26,7 @@ under the License. ...@@ -26,7 +26,7 @@ under the License.
<%= stylesheet_link_tag "screen", media: 'screen' %> <%= stylesheet_link_tag "screen", media: 'screen' %>
<%= stylesheet_link_tag "print", media: 'print' %> <%= 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" %> <%= javascript_include_tag "all" %>
<script> <script>
......
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