diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-11 20:02:59 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 20:04:06 +0200 |
| commit | 1c8e302a62fc3362751d0697882f2d7ea04ff1cd (patch) | |
| tree | 4522f8dadaaee6386e1cdf9f123021bcf4a7ac9e /index.html | |
| parent | 57f8d3a8af3461c63a6e6b71cbd330b4a6905882 (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.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"> |
