openArticleInNewWindow: also, set it active

master
Andrew Dolgov 6 years ago
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…
Cancel
Save