1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

floating title: remove cdm auto catchup id hack for the time being

This commit is contained in:
Andrew Dolgov
2013-07-10 22:16:10 +04:00
parent 8ee5e9e5e6
commit d095f42fa4

View File

@@ -2232,12 +2232,7 @@ function updateFloatingTitle() {
var hf = $("headlines-frame");
var child = $("RROW-" + _active_article_id);
var elems;
if (getInitParam("cdm_auto_catchup"))
elems = [$$("RROW-" + _active_article_id)];
else
elems = $$("#headlines-frame > div[id*=RROW]");
var elems = $$("#headlines-frame > div[id*=RROW]");
for (var i = 0; i < elems.length; i++) {