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

enable floating title in unexpanded mode

This commit is contained in:
Andrew Dolgov
2018-12-01 12:46:50 +03:00
parent 468faee635
commit 4dbbd45caf

View File

@@ -1603,7 +1603,7 @@ function displayArticleUrl(id) {
} */ } */
function updateFloatingTitle(unread_only) { function updateFloatingTitle(unread_only) {
if (!isCombinedMode() || !getInitParam("cdm_expanded")) return; if (!isCombinedMode()/* || !getInitParam("cdm_expanded")*/) return;
const hf = $("headlines-frame"); const hf = $("headlines-frame");
const elems = $$("#headlines-frame > div[id*=RROW]"); const elems = $$("#headlines-frame > div[id*=RROW]");