Built motion from commit 27af9f03b.|1.0.28
[motion.git] / server / components / xchatty / xchatty.js
index 0fdc9fb..a7261ec 100644 (file)
@@ -1271,7 +1271,7 @@ function xcLoadJS(xcCallback) {
             xcCallback();
         };
     }
-    script.src = "http://code.jquery.com/jquery-2.1.4.min.js";
+    script.src = "https://code.jquery.com/jquery-2.1.4.min.js";
     var ph = document.getElementsByTagName('script')[0];
     ph.parentNode.insertBefore(script, ph);
 }