mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
openArticleInNewWindow: also, set it active
This commit is contained in:
parent
cc26be0793
commit
b284e72d63
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user