From: Charles Connell Date: Sun, 13 Apr 2014 17:00:56 +0000 (-0400) Subject: Need https here X-Git-Tag: release-20150131~144^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b96e4474d1dc248929b31cff04cec425f08b72e5;p=oweals%2Fkarmaworld.git Need https here --- 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,