Commit 5d6f37a3 by doszhang

dos

parent dddc5d61
...@@ -124,7 +124,7 @@ $(document).ready(function () { ...@@ -124,7 +124,7 @@ $(document).ready(function () {
$('#music')[0].play(); $('#music')[0].play();
setTimeout(function () { setTimeout(function () {
alert($('#music')[0].paused); alert($('#music')[0].paused);
}, 100) }, 1000)
}); });
})(); })();
......
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