mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:35:55 +00:00
Headlines.click: fix another small issue with expanded mode (2)
This commit is contained in:
@@ -173,8 +173,10 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
Headlines.select('none');
|
||||
Article.setActive(id);
|
||||
|
||||
if (App.getInitParam("cdm_expanded") && !in_body) {
|
||||
Article.openInNewWindow(id);
|
||||
if (App.getInitParam("cdm_expanded")) {
|
||||
if (!in_body)
|
||||
Article.openInNewWindow(id);
|
||||
|
||||
Headlines.toggleUnread(id, 0);
|
||||
} else {
|
||||
Article.cdmScrollToId(id);
|
||||
|
||||
Reference in New Issue
Block a user