mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
do not unpack all visible headlines in collapsed mode because those are unpacked on expand
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user