Commit 6792eda2171509a54ff964b64961c3202fe810d9

Authored by ykxie
1 parent c09a5c81

不保存录制时间继续

Showing 1 changed file with 1 additions and 0 deletions
src/js/gbreplayer.js
@@ -1082,6 +1082,7 @@ $(function(){ @@ -1082,6 +1082,7 @@ $(function(){
1082 // 不保存编译结果 1082 // 不保存编译结果
1083 $('#cancel_compile').unbind('click').click(function(){ 1083 $('#cancel_compile').unbind('click').click(function(){
1084 Hourglass.pauseTimer(); 1084 Hourglass.pauseTimer();
  1085 + $("#comprun").data('run', 1);
1085 contrlPause() 1086 contrlPause()
1086 GBCodePlayBack.record_continue_time = new Date().getTime(); 1087 GBCodePlayBack.record_continue_time = new Date().getTime();
1087 }) 1088 })