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) {