summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Article.js b/js/Article.js
index 04cba8ab7..35101a1f8 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -94,7 +94,7 @@ define(["dojo/_base/declare"], function (declare) {
w.opener = null;
w.location = "backend.php?op=article&method=redirect&id=" + id;
- Article.setActive(id);
+ Headlines.toggleUnread(id, 0);
},
render: function (article) {
App.cleanupMemory("content-insert");