diff options
| author | timb <opuscule@gmail.com> | 2015-08-05 10:20:10 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-05 10:20:10 -0700 |
| commit | d56bce3596a6d06e59eceaa0336aa0ea46ab7858 (patch) | |
| tree | c74263c5658cb0c5475c8a9964bef463ce7c191b /index.html | |
| parent | 9c3f4b8fa8708dafbdd16cb4d538bfaa8897a89a (diff) | |
hide save ui in load mode
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -59,11 +59,13 @@ <button id="import_button">import colorcode</button> <button id="import_html">import sally</button> </span> - <input id="username_input" type="text" placeholder="username"> - <input id="upload_input" type="text" placeholder="uploaded url"> - <button id="export_button">export</button> - <button id="save_button">save</button> - <button id="upload_button">upload</button><br> + <div id="gallery_wrapper"> + <input id="username_input" type="text" placeholder="username"> + <input id="upload_input" type="text" placeholder="uploaded url"> + <button id="export_button">export</button> + <button id="save_button">save</button> + <button id="upload_button">upload</button> + </div><br> <textarea id="import_textarea"></textarea> </div> |
