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
5f52397b6cb89d38b6b0385635f1fdca2fa6cfc0
Authored by
ykxie
2017-07-25 11:46:40 +0800
1 parent
e2b3b72c
fix 老师端只播放代码不播放语音
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/gbreplayer.js
src/js/gbreplayer.js
View file @
5f52397
...
...
@@ -479,7 +479,7 @@ $(function(){
479
479
}
480
480
481
481
GBCodePlayBack.records = coderecords;
482
- if(GBCodePlayBack.playTimes === 0 && _role ==
=
0){
482
+ if(GBCodePlayBack.playTimes === 0 && _role ==
0){
483
483
if(!isAndroid){
484
484
$.AudioPlayer.play();
485
485
}else{
...
...