Commit 7f1d0a0681850e55e41a30b9b75c8e2ad98e1be7

Authored by ykxie
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,7 +1780,7 @@ $(function(){
1780 // 判断是否需要有服务端编译 1780 // 判断是否需要有服务端编译
1781 function compileMode(langid){ 1781 function compileMode(langid){
1782 if(langid==0 || langid==35){ 1782 if(langid==0 || langid==35){
1783 - // $('#comprunbtngrp').html('<button id="runnow" type="button" data-style="expand-right" class="btn" title="运行代码">&nbsp; 运行</button>'); 1783 + $('#comprunbtngrp').html('<button id="runnow" type="button" data-style="expand-right" class="btn" title="运行代码">&nbsp; 运行</button>');
1784 }else{ 1784 }else{
1785 $('#fontendrun').addClass('hidden'); 1785 $('#fontendrun').addClass('hidden');
1786 $('#comprunbtngrp').html('<button id="comprun" type="button" data-style="expand-right" class="btn" title="编译并运行代码">&nbsp;编译&运行</button>'); 1786 $('#comprunbtngrp').html('<button id="comprun" type="button" data-style="expand-right" class="btn" title="编译并运行代码">&nbsp;编译&运行</button>');