diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index 7e134848b..4c7c6c579 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -222,7 +222,7 @@ try PrepareWidgets(); //$('.resizable').resizable(); // Make resizable everything that claims to be resizable ! - $('.caselog_header').click( function () { $(this).toggleClass('open').next('.caselog_entry_html').toggle(); }); + $('.caselog_header').click( function () { $(this).toggleClass('open').next('.caselog_entry,.caselog_entry_html').toggle(); }); $(document).ajaxSend(function(event, jqxhr, options) { jqxhr.setRequestHeader('X-Combodo-Ajax', 'true');