summaryrefslogtreecommitdiff
path: root/edit.html
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-09-18 11:45:35 +0200
committerPatrick Simianer <p@simianer.de>2015-09-18 11:45:35 +0200
commit4f5ae140a2a309d94c424dbf34d3b66ec9a7c5a6 (patch)
treee3844feadbe61e38f2a9a9c47f8413bf514241e7 /edit.html
parent594f8a24b18bee907b7e28a7e649a168f89c892c (diff)
fixed mixing up of boxes on fast dragging
Diffstat (limited to 'edit.html')
-rw-r--r--edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.html b/edit.html
index 476fa30..2772e32 100644
--- a/edit.html
+++ b/edit.html
@@ -17,7 +17,7 @@
<input type="button" value="reset" onClick="reset();" />
<input type="button" value="D" onClick="extract_data()" />
<pre id="data">
- <p id="debug">&nbsp;</p>
+ <pre id="debug" style="background:red;width:200px">DEBUG: </pre>
</pre>
<h3>Instructions</h3>
<ul>