summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index e8995712a..b091e5ccb 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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");