mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
73eb7e2155
commit
4fef4dbf88
1 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,9 @@ jQuery(function($){
|
||||||
backgroundColor:'#000',
|
backgroundColor:'#000',
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
display:'none',
|
display:'none',
|
||||||
zIndex:100
|
zIndex:100,
|
||||||
|
width: $(document).width(),
|
||||||
|
height: $(document).height()
|
||||||
});
|
});
|
||||||
$($.find("body")).append($foggyLayer);
|
$($.find("body")).append($foggyLayer);
|
||||||
|
|
||||||
|
|
@ -26,4 +28,4 @@ jQuery(function($){
|
||||||
});
|
});
|
||||||
|
|
||||||
$foggyLayer.show();
|
$foggyLayer.show();
|
||||||
}
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue