From b96e4474d1dc248929b31cff04cec425f08b72e5 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Sun, 13 Apr 2014 13:00:56 -0400 Subject: [PATCH] Need https here --- karmaworld/assets/js/note-detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/assets/js/note-detail.js b/karmaworld/assets/js/note-detail.js index 5531e5f..263811a 100644 --- a/karmaworld/assets/js/note-detail.js +++ b/karmaworld/assets/js/note-detail.js @@ -231,7 +231,7 @@ $(function() { injectRemoteCSS(annotator_css_url, noteframe); injectScript("csrf_token = '" + csrf_token + "';", noteframe); - injectRemoteScript("http://code.jquery.com/jquery-2.1.0.min.js", noteframe, + injectRemoteScript("https://code.jquery.com/jquery-2.1.0.min.js", noteframe, function() { injectRemoteScript(setup_ajax_url, noteframe); injectRemoteScript(annotator_js_url, noteframe, -- 2.25.1