diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index addefe78..ff383d7b 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -1463,7 +1463,7 @@ requires reset(); that.css({ opacity: 0 - }).appendTo($("body > div")).animate({ + }).appendTo($(body)).animate({ opacity: 1 }, 200); $window.bind("mouseup", mouseupLayer) @@ -3473,4 +3473,4 @@ requires */ -})(); \ No newline at end of file +})();