Fix coding style

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-04-26 12:26:11 -04:00
parent 30adad7a49
commit a82782f8a7

View File

@ -888,7 +888,7 @@ var ResizeHandler = function () {
$nav_header = $("#pma_navigation_header"),
$nav_tree_content = $("#pma_navigation_tree_content");
$nav_tree.height($nav.height() - $nav_header.height());
if($nav_tree_content.length>0) {
if ($nav_tree_content.length > 0) {
$nav_tree_content.height($nav_tree.height() - $nav_tree_content.position().top);
}
};