mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-21 21:29:16 +00:00
add button to clear log
This commit is contained in:
parent
192d9a8ba8
commit
bed571f10c
@ -123,6 +123,7 @@ $().ready(function(){
|
||||
<form>
|
||||
<input type="button" value="Trace more" onclick="updateLoglevel(++loglevel)" />
|
||||
<input type="button" value="Trace less" onclick="updateLoglevel(--loglevel)" />
|
||||
<input type="button" value="Clear Log" onclick="updateLoglevel(loglevel)" />
|
||||
<input type="button" value="Headless Go" onclick="goFor()" />
|
||||
</form>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user