From 49c6e53c2b677abfa8aa2adabd77f92605ee3744 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 17 Aug 2014 18:31:30 +0300 Subject: 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). --- index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 0e1e45a3..5b211778 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,9 @@
SAVE
+
+ Save to File +
LOAD
@@ -101,6 +104,7 @@ + -- cgit v1.3.1