From: Andrew Dolgov Date: Wed, 10 Jul 2013 18:16:10 +0000 (+0400) Subject: floating title: remove cdm auto catchup id hack for the time being X-Git-Tag: 1.9~50^2~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d095f42fa479aba61f23eb2f7520b2bdab8f0020;p=tt-rss.git floating title: remove cdm auto catchup id hack for the time being --- diff --git a/js/viewfeed.js b/js/viewfeed.js index ec770654..0b6cb1ff 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -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++) {