diff --git a/js/functions.js b/js/functions.js index cb37817d31..717b5c3b99 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3328,14 +3328,14 @@ function PMA_slidingMessage(msg, $obj) }, function () { // Set the height of the parent // to the height of the child - $obj - .height( $obj - .find('div') - .first() - .height() - ); - }); + .height( + $obj + .find('div') + .first() + .height() + ); + }); } return true; } // end PMA_slidingMessage()