diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-05 16:25:43 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-05 16:25:43 +0300 |
| commit | 41f42bc1ba7fb728e8ced0a2285cbaf2570da170 (patch) | |
| tree | 33f9171a358c38474405f361cb6fe0fa7f45c4e5 | |
| parent | dccf2139c7a819e820ea885f5e9f2dff1a67c786 (diff) | |
index.html: forgot to update d3.js location after changing to non min
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ <link rel="shortcut icon" href="images/favicon2.ico" /> - <script src="external/scripts/d3/d3.v3.min.js"></script> + <script src="external/scripts/d3/d3.js"></script> <script src="external/scripts/jquery.js"></script> <script src="external/scripts/jquery-ui.js"></script> |
