dialog should be appended to body not body>div
This commit is contained in:
parent
1b84855dde
commit
7b15a918dc
1 changed files with 2 additions and 2 deletions
|
@ -1463,7 +1463,7 @@ requires
|
||||||
reset();
|
reset();
|
||||||
that.css({
|
that.css({
|
||||||
opacity: 0
|
opacity: 0
|
||||||
}).appendTo($("body > div")).animate({
|
}).appendTo($(body)).animate({
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}, 200);
|
}, 200);
|
||||||
$window.bind("mouseup", mouseupLayer)
|
$window.bind("mouseup", mouseupLayer)
|
||||||
|
@ -3473,4 +3473,4 @@ requires
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue