diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-06 14:16:20 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-06 14:16:20 -0500 |
| commit | 7c1e99bb1bc6c2a89bc42fb9c295933f38ac9e0c (patch) | |
| tree | 14352aa8cd7ac165d19c43644804241d14d483f5 /index.html | |
| parent | 92f59149b7982b5a6aad6efd39c648cc8582a900 (diff) | |
pull in clipboard paste function
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,7 +44,10 @@ <input type="radio" name="import_format" id="import_irssi"><label for="import_irssi">irssi</label> <input type="radio" name="import_format" id="import_mirc"><label for="import_mirc">mirc</label> </span> - <button id="import_button">import</button> + <span id="import_buttons"> + <button id="import_button">import ascii</button> + <button id="import_html">import sally</button> + </span> <button id="export_button">export</button><br> <textarea id="import_textarea"></textarea> </div> |
