diff --git a/js/viewfeed.js b/js/viewfeed.js index bc6ed32da..87d0fc55d 100755 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1603,7 +1603,7 @@ function displayArticleUrl(id) { } */ function updateFloatingTitle(unread_only) { - if (!isCombinedMode() || !getInitParam("cdm_expanded")) return; + if (!isCombinedMode()/* || !getInitParam("cdm_expanded")*/) return; const hf = $("headlines-frame"); const elems = $$("#headlines-frame > div[id*=RROW]");