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

This commit is contained in:
Andrew Dolgov 2013-10-21 16:55:36 +04:00
parent 41489735b5
commit b8fd08d6db
1 changed files with 1 additions and 1 deletions

View File

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