summaryrefslogtreecommitdiff
path: root/www/templates/state.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-21 18:05:01 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-21 18:05:01 -0400
commitd442629aa825aab6bc55ab6be19e3aba060867fe (patch)
treea58b5cc3b6e30018ad3802b57d9c99a9b0604980 /www/templates/state.html
parent2782a0757f730ac622bb1768e33ae4e1ab43f9e4 (diff)
remove simulation code completely to keep things easy to understand.
Diffstat (limited to 'www/templates/state.html')
-rw-r--r--www/templates/state.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/state.html b/www/templates/state.html
index a326652b..56679db2 100644
--- a/www/templates/state.html
+++ b/www/templates/state.html
@@ -60,7 +60,7 @@
<div class="button-bar" ng-show="showDanger">
<a class="button button-outline button-dark " ng-click="controlZM('restart');" href="">Restart</a>
- <a class="button button-outline button-dark" href="" ng-click="controlZM('stop');" >Stop</a>
+ <a class="button button-outline button-dark" href="" ng-click="controlZM('stop');">Stop</a>
<a class="button button-outline button-dark" ng-click="controlZM('start');" href="">Start</a>
</div>
</ion-item>