Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3a72b1b5844eeb4897e178f47eedb8212eb92434
Authored by
ykxie
2017-04-13 18:52:50 +0800
1 parent
54423f5a
从新录制
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/gbreplayer.js
src/js/gbreplayer.js
View file @
3a72b1b
...
...
@@ -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
})
...
...