Commit af9edd5a by doszhang

dos

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