Skip to content

Commit

Permalink
Cancel button is now stop, as it has less delay (fixes in prev commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hechenberger committed Feb 17, 2013
1 parent 46e969f commit 310ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="btn-group pull-right">
<button id="go_to_origin" class="btn" type="submit" title="move to origin">(0,0)</i></button>
<button id="homing_cycle" class="btn" type="submit" title="run homing cycle, find table origin"><i class="icon-home"></i></button>
<button id="cancel_btn" class="btn" type="submit">Cancel</button>
<button id="cancel_btn" class="btn" type="submit">Stop</button>
</div>
<button id="pause_btn" class="btn pull-right" type="submit"><i class="icon-pause"></i></button>
<a class="brand" href="#" style="color:#666666"><img src="/img/lasersaur-dino-brand.png" style="margin-right:6px">LasaurApp</a>
Expand Down

0 comments on commit 310ec92

Please sign in to comment.