Headlines.openInNewWindow: don't set article active, just window.open() it and set read
This commit is contained in:
parent
3318555167
commit
6d3092c742
|
@ -94,7 +94,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||||
w.opener = null;
|
w.opener = null;
|
||||||
w.location = "backend.php?op=article&method=redirect&id=" + id;
|
w.location = "backend.php?op=article&method=redirect&id=" + id;
|
||||||
|
|
||||||
Article.setActive(id);
|
Headlines.toggleUnread(id, 0);
|
||||||
},
|
},
|
||||||
render: function (article) {
|
render: function (article) {
|
||||||
App.cleanupMemory("content-insert");
|
App.cleanupMemory("content-insert");
|
||||||
|
|
Loading…
Reference in New Issue