summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 12:46:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 12:46:50 +0300
commit4dbbd45caf9df2f0328c9290d21c38d60f098039 (patch)
tree72185aef251bdcc72395c5506283a3a59e288a09 /js
parent468faee6351fa186c41775bb3d2f1675a3b3ba7c (diff)
enable floating title in unexpanded mode
Diffstat (limited to 'js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
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]");