mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Impact analysis cosmetics:
- remove empty groups, since it may happen - properly scale the borders of groups and redundancy groups - automatically rescale the graph when showing/hiding the "Filter" tab SVN:trunk[3715]
This commit is contained in:
@@ -857,7 +857,7 @@ class DisplayBlock
|
||||
$oPage->add_ready_script(
|
||||
<<<EOF
|
||||
$("#dh_$sId").click( function() {
|
||||
$("#ds_$sId").slideToggle('normal', function() { $("#ds_$sId").parent().resize(); FixSearchFormsDisposition(); } );
|
||||
$("#ds_$sId").slideToggle('normal', function() { $("#ds_$sId").parent().resize(); FixSearchFormsDisposition(); $("#dh_$sId").trigger('toggle_complete'); } );
|
||||
$("#dh_$sId").toggleClass('open');
|
||||
});
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user