Commit 7f1d0a0681850e55e41a30b9b75c8e2ad98e1be7
1 parent
035681a2
new function
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/gbreplayer.js
| ... | ... | @@ -1780,7 +1780,7 @@ $(function(){ |
| 1780 | 1780 | // 判断是否需要有服务端编译 |
| 1781 | 1781 | function compileMode(langid){ |
| 1782 | 1782 | if(langid==0 || langid==35){ |
| 1783 | - // $('#comprunbtngrp').html('<button id="runnow" type="button" data-style="expand-right" class="btn" title="运行代码"> 运行</button>'); | |
| 1783 | + $('#comprunbtngrp').html('<button id="runnow" type="button" data-style="expand-right" class="btn" title="运行代码"> 运行</button>'); | |
| 1784 | 1784 | }else{ |
| 1785 | 1785 | $('#fontendrun').addClass('hidden'); |
| 1786 | 1786 | $('#comprunbtngrp').html('<button id="comprun" type="button" data-style="expand-right" class="btn" title="编译并运行代码"> 编译&运行</button>'); | ... | ... |