Skip to content

Commit

Permalink
Merge pull request #3 from NDrive/https-problem
Browse files Browse the repository at this point in the history
Corrects problem when app is under HTTPS
  • Loading branch information
Vladimir Krylov committed Dec 2, 2014
2 parents 86df708 + 81da915 commit 4f81dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_docs/views/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%html
%head
%style{type: 'text/css'}= stylesheets
%script{type: "text/javascript", src: "http://code.jquery.com/jquery-2.0.2.min.js"}
%script{type: "text/javascript", src: "//code.jquery.com/jquery-2.0.2.min.js"}
%script{type: "text/javascript"}= javascripts
Expand Down

0 comments on commit 4f81dc5

Please sign in to comment.