diff options
author | Patrick Simianer <p@simianer.de> | 2015-09-18 12:44:12 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-09-18 12:44:12 +0200 |
commit | 7657f0a8e5edb7b8db1a127fe2f70fa378a3a5b6 (patch) | |
tree | 7af043d3e0b8ccd5790617b2a8beb0f1a0d1bcba /edit.html | |
parent | 4f5ae140a2a309d94c424dbf34d3b66ec9a7c5a6 (diff) |
refactoring, removing bugs and glitches
Diffstat (limited to 'edit.html')
-rw-r--r-- | edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ <input type="button" value="reset" onClick="reset();" /> <input type="button" value="D" onClick="extract_data()" /> <pre id="data"> - <pre id="debug" style="background:red;width:200px">DEBUG: </pre> + <pre id="debug" style="background:red;width:100%"></pre> </pre> <h3>Instructions</h3> <ul> |