summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-07-23 11:08:26 +0300
committergarbash <dor.garbash@gmail.com>2014-07-23 11:08:26 +0300
commita58169386ca1feb178e73ba881b5223d6f6e0087 (patch)
treeb112295677a5c4f325140f0fef5c65eb82c3a342
parent8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 (diff)
fixed jquery loading
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f63ff8c1..484930aa 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<script src="d3/d3.v3.min.js"></script>
<script src="scripts/jquery.js"></script>
- <script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
+ <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<script src="scripts/caret.js"></script>
<script src="scripts/autocomplete.js"></script>