Commit 9befba92a14a70802af0c1e3007c5cd07c0cdb14
1 parent
536939b7
隐藏手动编译
Showing
1 changed file
with
2 additions
and
2 deletions
src/index.html
| ... | ... | @@ -125,12 +125,12 @@ |
| 125 | 125 | <p id="replay">预览录制</p> |
| 126 | 126 | </div> |
| 127 | 127 | <div class="btn-group pull-right" id="comprunbtngrp"></div> |
| 128 | - <div class="btn-group pull-right" id="fontendrun"> | |
| 128 | + <!-- <div class="btn-group pull-right" id="fontendrun"> | |
| 129 | 129 | <button id="autorun" type="button" class="btn" title="切换自动/手动运行代码" data-placement="bottom" data-autorun="1"></button> |
| 130 | 130 | <button id="runnow" type="button" class="btn" title="手动运行代码" data-placement="bottom" disabled="disabled"> |
| 131 | 131 | 自动运行 |
| 132 | 132 | </button> |
| 133 | - </div> | |
| 133 | + </div> --> | |
| 134 | 134 | </div> |
| 135 | 135 | <div class="panel-body hidden" id="cmprun-output"> |
| 136 | 136 | <div id="resultoutput"> | ... | ... |