summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-05 16:25:43 +0300
committerAlon Levy <alon@pobox.com>2014-10-05 16:25:43 +0300
commit41f42bc1ba7fb728e8ced0a2285cbaf2570da170 (patch)
tree33f9171a358c38474405f361cb6fe0fa7f45c4e5
parentdccf2139c7a819e820ea885f5e9f2dff1a67c786 (diff)
index.html: forgot to update d3.js location after changing to non min
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index bedbc0bc..ef8c3c1e 100644
--- a/index.html
+++ b/index.html
@@ -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>