1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

unpackVisibleHeadlines: do nothing if not in cdm

This commit is contained in:
Andrew Dolgov
2013-03-25 14:15:22 +04:00
parent 62b1f587ab
commit 4401813325

View File

@@ -1177,6 +1177,8 @@ function postMouseOut(id) {
function unpackVisibleHeadlines() {
try {
if (!isCdmMode()) return;
$$("#headlines-frame > div[id*=RROW]").each(
function(child) {
if (child.offsetTop <= $("headlines-frame").scrollTop +