Commit e3763583 by doszhang

dos

parent 51ec0ba8
......@@ -174,7 +174,9 @@ function backToMap () {
}
function videoPlay () {
if(musicStatus) $('#music')[0].pause();
if(musicStatus) {
$('#music')[0].pause();
}
video.removeEventListener('play',videoPlay);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment