summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-11 20:02:59 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 20:04:06 +0200
commit1c8e302a62fc3362751d0697882f2d7ea04ff1cd (patch)
tree4522f8dadaaee6386e1cdf9f123021bcf4a7ac9e /index.html
parent57f8d3a8af3461c63a6e6b71cbd330b4a6905882 (diff)
rename load/save file; Fixes #111
The browse button still needs to be fixed. Maybe this: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 6b305434..02fce7ab 100644
--- a/index.html
+++ b/index.html
@@ -87,8 +87,8 @@
</div>
</div>
<div class="debug-ui-right">
- <div class="saveToFile">
- <a href="#">Save to File</a>
+ <div class="export">
+ <a href="#">Export</a>
</div>
</div>
</div>
@@ -99,7 +99,7 @@
</div>
<div class="debug-ui-row">
<form>
- Load <input type="file" class="file-load" />
+ Import <input type="file" class="file-import" />
</form>
</div>
<div class="debug-ui-left">