Commit ac4bd796 by doszhang

dos

parent f4056987
...@@ -120,11 +120,11 @@ $(document).ready(function () { ...@@ -120,11 +120,11 @@ $(document).ready(function () {
}; };
(function () { (function () {
EventUtil.addHandler(window, "pageshow", function (event) { EventUtil.addHandler(window, "pageshow", function (event) {
// $('#music')[0].play(); $('#music')[0].play();
// setTimeout(function () { setTimeout(function () {
// alert($('#music')[0].paused); alert($('#music')[0].paused);
// }, 1000) }, 1000)
location.reload() // location.reload()
}); });
})(); })();
for (let i = 0; i < 21; i++) { for (let i = 0; i < 21; i++) {
......
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