Commit 6ee3fa6f by doszhang

dos

parent 1f29b703
...@@ -92,7 +92,8 @@ preloadimages(preloadImageList, function () { ...@@ -92,7 +92,8 @@ preloadimages(preloadImageList, function () {
$(document).ready(function () { $(document).ready(function () {
$('.logo').css('top', getTranslateDistance(40, true)); // $('.logo').css('top', getTranslateDistance(40, true));
initPage();
$('.music').click(function () { $('.music').click(function () {
if ($('#music')[0].paused) { if ($('#music')[0].paused) {
$('#music')[0].play(); $('#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