mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
Headlines.openInNewWindow: don't set article active, just window.open() it and set read
This commit is contained in:
parent
3318555167
commit
6d3092c742
@ -94,7 +94,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
w.opener = null;
|
||||
w.location = "backend.php?op=article&method=redirect&id=" + id;
|
||||
|
||||
Article.setActive(id);
|
||||
Headlines.toggleUnread(id, 0);
|
||||
},
|
||||
render: function (article) {
|
||||
App.cleanupMemory("content-insert");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user