mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
openArticleInNewWindow: also, set it active
This commit is contained in:
@@ -98,6 +98,8 @@ const Article = {
|
||||
const w = window.open("");
|
||||
w.opener = null;
|
||||
w.location = "backend.php?op=article&method=redirect&id=" + id;
|
||||
|
||||
Article.setActiveArticleId(id);
|
||||
},
|
||||
renderArticle: function (article) {
|
||||
Utils.cleanupMemory("content-insert");
|
||||
|
||||
Reference in New Issue
Block a user