diff options
| author | garbash <dor.garbash@gmail.com> | 2014-07-23 11:08:26 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-07-23 11:08:26 +0300 |
| commit | a58169386ca1feb178e73ba881b5223d6f6e0087 (patch) | |
| tree | b112295677a5c4f325140f0fef5c65eb82c3a342 | |
| parent | 8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 (diff) | |
fixed jquery loading
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
