Rename "RUN" button to "START" to match internal terminology and make it clearer to me.
This commit is contained in:
parent
4356abc820
commit
aff3678daf
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="actions">
|
||||
<button id="seq_run" onclick="seq.init();">RUN</button>
|
||||
<button id="seq_run" onclick="seq.init();">START</button>
|
||||
<button id="seq_stop" onclick="seq.stop(true);">STOP</button>
|
||||
<button id="seq_clear" onclick="grid.clear();">CLEAR</button>
|
||||
<button id="seq_plus24" onclick="grid.plus_24();">+ 24</button>
|
||||
|
|
Loading…
Reference in New Issue