summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-07-22 14:44:46 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-07-22 14:44:46 +0300
commit8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 (patch)
tree74ff4a2146af2e332fa131754cc90587f91d8fd6 /index.html
parentfb95c775d0339c5bf180362c01c6cd433ee3ea97 (diff)
Save/UI/gantt changes
save now asks you if you're sure if you've build an unsaved graph small changes to UI recommended by Yael took out zooming bug in gantt
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5680f2ef..f63ff8c1 100644
--- a/index.html
+++ b/index.html
@@ -8,13 +8,14 @@
<link rel="shortcut icon" href="images/favicon2.ico" />
+
+
<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="scripts/caret.js"></script>
<script src="scripts/autocomplete.js"></script>
- <script type="text/javascript" src="http://static.mentful.com/gantt-chart-d3v2.js"></script>
</head>
@@ -98,6 +99,7 @@
</label>
</div>
+
<script src="scripts/rhizicore.js"></script>
<script src="scripts/textanalysis.js"></script>
<script src="scripts/buttons.js"></script>