summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-08-11 11:43:42 -0700
committertimb <opuscule@gmail.com>2015-08-11 11:43:42 -0700
commit4f655ddbae201aecfac7965b91ae1d155d4a0594 (patch)
treecb98dceaa349373bb89177f5618ba3ac76caa6b4 /index.html
parent39091f9703c00bcadd369b1c710c75905ff47c2e (diff)
show warning when text output is cutoff, never cutoff output when making png
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 900463b..a801384 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
<span id="webcam_el" class="tool">webcam</span>
<span id="load_el" class="tool">load</span>
<span id="save_el" class="tool">save</span>
- <span id="clear_el" class="tool">clear</span><br>
+ <span id="clear_el" class="tool">clear</span><br>
</div>
<div id="import_rapper">
@@ -66,6 +66,7 @@
<button id="save_button">save</button>
<button id="upload_button">upload</button>
</div><br>
+ <div id="cutoff_warning_el">colorcode is too wide for irc and is cutoff</div>
<textarea id="import_textarea"></textarea>
</div>