Issue #373 strip the flag entirely

This commit is contained in:
Peter Cottle 2016-04-28 08:25:35 +08:00
parent 9f03bbc686
commit 5e497d9e29

View file

@ -253,7 +253,11 @@
<div class="command center"> <div class="command center">
<p class="uiButton uiButtonYellow transitionOpacity"> <p class="uiButton uiButtonYellow transitionOpacity">
<%= command %> <!--
we strip aboveAll since its just an
implementation detail for the UI and confusing
-->
<%= command.replace(' --aboveAll', '') %>
</p> </p>
</div> </div>