Commit 6e57a0ae by doszhang

dos

parent e3763583
...@@ -89,14 +89,14 @@ $(document).ready(function () { ...@@ -89,14 +89,14 @@ $(document).ready(function () {
$('#music')[0].play(); $('#music')[0].play();
$('.music.stop').hide(); $('.music.stop').hide();
$('.music.play').show(); $('.music.play').show();
musicStatus = false; musicStatus = true;
} }
else else
{ {
$('#music')[0].pause(); $('#music')[0].pause();
$('.music.play').hide(); $('.music.play').hide();
$('.music.stop').show(); $('.music.stop').show();
musicStatus = true; musicStatus = false;
} }
}); });
......
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