use
This commit is contained in:
parent
7b15a918dc
commit
de3cdce206
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ requires
|
||||||
reset();
|
reset();
|
||||||
that.css({
|
that.css({
|
||||||
opacity: 0
|
opacity: 0
|
||||||
}).appendTo($(body)).animate({
|
}).appendTo($body).animate({
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}, 200);
|
}, 200);
|
||||||
$window.bind("mouseup", mouseupLayer)
|
$window.bind("mouseup", mouseupLayer)
|
||||||
|
|
Loading…
Reference in a new issue