diff options
| author | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-22 14:44:46 +0300 |
|---|---|---|
| committer | Owen <despito@MacBook-Pro-de-Despito.local> | 2014-07-22 14:44:46 +0300 |
| commit | 8e115fb2d3ea7eb34a9c3a4307c32034b39d51b1 (patch) | |
| tree | 74ff4a2146af2e332fa131754cc90587f91d8fd6 /index.html | |
| parent | fb95c775d0339c5bf180362c01c6cd433ee3ea97 (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.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |
