From: Andrew Dolgov Date: Mon, 21 Oct 2013 12:55:36 +0000 (+0400) Subject: do not unpack all visible headlines in collapsed mode because those are unpacked... X-Git-Tag: 1.11~33 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b8fd08d6dbc32e892f19830c25abfc416e14fa75;p=tt-rss.git do not unpack all visible headlines in collapsed mode because those are unpacked on expand --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 301260f1..3295182f 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) {