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

Headlines.openInNewWindow: don't set article active, just window.open() it and set read

This commit is contained in:
Andrew Dolgov
2018-12-04 05:57:56 +03:00
parent 3318555167
commit 6d3092c742

View File

@@ -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");