Headlines.click: clicking in body of currently active cdm article should mark
it as read, otherwise it's not possible without a kb shortcut or auto catchup
This commit is contained in:
parent
7805b291b6
commit
75666ac7ab
|
@ -23,6 +23,8 @@ define(["dojo/_base/declare"], function (declare) {
|
||||||
|
|
||||||
if (!App.getInitParam("cdm_expanded"))
|
if (!App.getInitParam("cdm_expanded"))
|
||||||
Article.cdmScrollToId(id);
|
Article.cdmScrollToId(id);
|
||||||
|
} else if (in_body) {
|
||||||
|
Headlines.toggleUnread(id, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return in_body;
|
return in_body;
|
||||||
|
|
Loading…
Reference in New Issue