git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-04 07:00:27 +00:00
parent 73eb7e2155
commit 4fef4dbf88

View file

@ -7,7 +7,9 @@ jQuery(function($){
backgroundColor:'#000',
opacity: 0,
display:'none',
zIndex:100
zIndex:100,
width: $(document).width(),
height: $(document).height()
});
$($.find("body")).append($foggyLayer);
@ -26,4 +28,4 @@ jQuery(function($){
});
$foggyLayer.show();
}
});