Commit 3a72b1b5844eeb4897e178f47eedb8212eb92434

Authored by ykxie
1 parent 54423f5a

从新录制

Showing 1 changed file with 1 additions and 1 deletions
src/js/gbreplayer.js
... ... @@ -1389,7 +1389,7 @@ $(function(){
1389 1389 $('#re-recoding').click(function(){
1390 1390 $('#audio')[0].pause();
1391 1391 Hourglass.stopTimer();
1392   - playEnd()
  1392 + // playEnd()
1393 1393 $('.audio-play').attr('disabled', false);
1394 1394 $('.re-tips').show();
1395 1395 })
... ...