Need https here
authorCharles Connell <charles@connells.org>
Sun, 13 Apr 2014 17:00:56 +0000 (13:00 -0400)
committerCharles Connell <charles@connells.org>
Sun, 13 Apr 2014 17:00:56 +0000 (13:00 -0400)
karmaworld/assets/js/note-detail.js

index 5531e5f92e1267d16e73ecc8f01443a2b707fa4d..263811aef0b79fab71db0aa8ed0a6ce0c8dc674e 100644 (file)
@@ -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,