From 81da915288e49ad2e0d2c475adbdb1bf799a1c2b Mon Sep 17 00:00:00 2001 From: Guilherme Pereira Date: Tue, 2 Dec 2014 16:00:02 +0000 Subject: [PATCH] Corrects problem where app is under HTTPS --- lib/api_docs/views/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api_docs/views/index.haml b/lib/api_docs/views/index.haml index 34e4d9a..6697206 100644 --- a/lib/api_docs/views/index.haml +++ b/lib/api_docs/views/index.haml @@ -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