do not unpack all visible headlines in collapsed mode because those are unpacked on expand

master
Andrew Dolgov 11 years ago
parent 41489735b5
commit b8fd08d6db

@ -1245,7 +1245,7 @@ function postMouseOut(id) {
function unpackVisibleHeadlines() {
try {
if (!isCdmMode()) return;
if (!isCdmMode() || !getInitParam("cdm_expanded")) return;
$$("#headlines-frame > div[id*=RROW]").each(
function(child) {

Loading…
Cancel
Save