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
047bbbf9d3355e9d2d170f27b4f66fe4220bbec3
Authored by
ykxie
2017-01-10 15:21:46 +0800
1 parent
ba592c36
fix bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/gbreplayer.js
src/js/gbreplayer.js
View file @
047bbbf
...
...
@@ -1584,7 +1584,7 @@ $(function(){
1584
1584
if(seconds == 2){
1585
1585
$("#countdown").hide();
1586
1586
startReacoder();
1587
- compileResult(resultData)
1587
+ compileResult(resultData)
;
1588
1588
}
1589
1589
},1000);
1590
1590
})
...
...