Rename "RUN" button to "START" to match internal terminology and make it clearer to me.

This commit is contained in:
mmcwilliams 2019-03-22 03:12:04 -04:00
parent 4356abc820
commit aff3678daf
1 changed files with 1 additions and 1 deletions

View File

@ -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>