Commit a83f5165 by doszhang

dos

parent 43a58bf9
...@@ -120,8 +120,9 @@ $(document).ready(function () { ...@@ -120,8 +120,9 @@ $(document).ready(function () {
}; };
(function () { (function () {
EventUtil.addHandler(window, "pageshow", function (event) { EventUtil.addHandler(window, "pageshow", function (event) {
alert($('#music')[0].paused);
$('#music')[0].play(); $('#music')[0].play();
alert($('#music')[0].paused);
}); });
})(); })();
......
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