Commit 318a60ce by doszhang

dos

parent 2c492499
...@@ -122,6 +122,7 @@ $(document).ready(function () { ...@@ -122,6 +122,7 @@ $(document).ready(function () {
(function () { (function () {
EventUtil.addHandler(window, "pageshow", function (event) { EventUtil.addHandler(window, "pageshow", function (event) {
show++ show++
alert(show)
if (show > 1) { if (show > 1) {
$('#music')[0].play(); $('#music')[0].play();
setTimeout(function () { setTimeout(function () {
......
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