Commit 047bbbf9d3355e9d2d170f27b4f66fe4220bbec3

Authored by ykxie
1 parent ba592c36

fix bug

Showing 1 changed file with 1 additions and 1 deletions
src/js/gbreplayer.js
@@ -1584,7 +1584,7 @@ $(function(){ @@ -1584,7 +1584,7 @@ $(function(){
1584 if(seconds == 2){ 1584 if(seconds == 2){
1585 $("#countdown").hide(); 1585 $("#countdown").hide();
1586 startReacoder(); 1586 startReacoder();
1587 - compileResult(resultData) 1587 + compileResult(resultData);
1588 } 1588 }
1589 },1000); 1589 },1000);
1590 }) 1590 })