diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-17 18:31:30 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-17 18:31:31 +0300 |
| commit | 49c6e53c2b677abfa8aa2adabd77f92605ee3744 (patch) | |
| tree | 147004e1ab2b4140d8b3497862cfbdaa2ed9cfe7 /index.html | |
| parent | a4206a91a314226bbff69094069e118bbd54bb65 (diff) | |
drag&drop load of json, plus save (kinda), some refactoring
save & load json moved from buttons to rhizicore.js
added a save as button (need to switch to normal ui for that menu, it's
fixed right now)
save not correct - instead of a save dialog since it is a json file the
browser just displays it (even though it's base64 encoded).
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |
