diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index d3225fb32ca..9703bd5f85b 100644 --- a/imp/js/dimpbase.js +++ b/imp/js/dimpbase.js @@ -1797,6 +1797,12 @@ var DimpBase = { } }, this); + [ 'msgloglist', 'partlist' ].each(function(a) { + if ($(a + '_exp').visible()) { + $(a, a + '_col', a + '_exp').invoke('toggle'); + } + }); + // Add attachment information if (r.atc_label) { $('msgAtc').show();