summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0e1e45a3..5b211778 100644
--- a/index.html
+++ b/index.html
@@ -67,6 +67,9 @@
<div class="save">
<a href="#">SAVE</a>
</div>
+ <div class="saveToFile">
+ <a href="#">Save to File</a>
+ </div>
<div class="load">
<a href="#">LOAD</a>
</div>
@@ -101,6 +104,7 @@
<script src="scripts/rhizicore.js"></script>
<script src="scripts/textanalysis.js"></script>
<script src="scripts/buttons.js"></script>
+ <script src="scripts/drag_n_drop.js"></script>
<script src="scripts/robot.js"></script>
<script src="scripts/watchdog.js"></script>
<script src="scripts/gant.js"></script>