From b8fd08d6dbc32e892f19830c25abfc416e14fa75 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Oct 2013 16:55:36 +0400 Subject: do not unpack all visible headlines in collapsed mode because those are unpacked on expand --- js/viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/viewfeed.js b/js/viewfeed.js index 301260f13..3295182fc 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -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) { -- cgit v1.2.3