diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-05 13:07:00 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-05 13:07:00 +0300 |
| commit | a9d208121c7e8bdad62b3a1dc6ccf3b809246d52 (patch) | |
| tree | ab2c095044ae73654c1788407ce75381156a21e6 /index.html | |
| parent | 5a9241f271be1d574424e5421904b5351a3622bf (diff) | |
move all external scripts to a subdirectory 'external'; easier to grep stuff
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,12 +8,12 @@ <link rel="shortcut icon" href="images/favicon2.ico" /> - <script src="d3/d3.v3.min.js"></script> - <script src="scripts/jquery.js"></script> + <script src="external/scripts/d3/d3.v3.min.js"></script> + <script src="external/scripts/jquery.js"></script> - <script src="external/jquery-ui.js"></script> + <script src="external/scripts/jquery-ui.js"></script> + <script src="external/scripts/autocomplete.js"></script> <script src="scripts/caret.js"></script> - <script src="scripts/autocomplete.js"></script> </head> |
