From cfe355308e3c02d5a607c8287c098e4d20c9b1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 16 Apr 2013 11:55:58 +0200 Subject: [PATCH] Indentation fixes --- js/functions.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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()