diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index ddbc5408..28170cc4 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1292,21 +1292,6 @@ class accountContainer { $table->addElement($rightGroup); parseHtml(null, $table, array(), false, $tabindex, $this->type->getScope()); - ?> - - maxHeight) { + maxHeight = jQuery(this).height(); + }; + }); + jQuery('.lamEqualHeightTabContent').each(function() { + jQuery(this).css({'height': maxHeight}); + }); +});