summaryrefslogtreecommitdiff
path: root/js/bin/HttpServer.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-18 23:52:29 +0200
committerJose <jose@zeroc.com>2017-07-18 23:52:29 +0200
commit5470932b6bacf05f970ee5cfedc8a5e4407256fc (patch)
tree6b28ccbd69924bbc8805fb11be5d129a252a413a /js/bin/HttpServer.js
parentFix typo in JS test (diff)
downloadice-5470932b6bacf05f970ee5cfedc8a5e4407256fc.tar.bz2
ice-5470932b6bacf05f970ee5cfedc8a5e4407256fc.tar.xz
ice-5470932b6bacf05f970ee5cfedc8a5e4407256fc.zip
Add jquery.spin.js to assets to avoid HTTPS issues
Diffstat (limited to 'js/bin/HttpServer.js')
-rw-r--r--js/bin/HttpServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index 4b5df205131..7e00653babc 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -38,7 +38,7 @@ function Init()
"https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.10/URI.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/animo.js/1.0.3/animo.min.js",
- "http://spin.js.org/jquery.spin.js"
+ "/assets/jquery.spin.js"
]
};