1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

openArticleInNewWindow: also, set it active

This commit is contained in:
Andrew Dolgov 2018-12-01 21:54:22 +03:00
parent cc26be0793
commit b284e72d63

View File

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