do not unpack all visible headlines in collapsed mode because those are unpacked on expand
This commit is contained in:
parent
41489735b5
commit
b8fd08d6db
|
@ -1245,7 +1245,7 @@ function postMouseOut(id) {
|
||||||
|
|
||||||
function unpackVisibleHeadlines() {
|
function unpackVisibleHeadlines() {
|
||||||
try {
|
try {
|
||||||
if (!isCdmMode()) return;
|
if (!isCdmMode() || !getInitParam("cdm_expanded")) return;
|
||||||
|
|
||||||
$$("#headlines-frame > div[id*=RROW]").each(
|
$$("#headlines-frame > div[id*=RROW]").each(
|
||||||
function(child) {
|
function(child) {
|
||||||
|
|
Loading…
Reference in New Issue