summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 17:53:26 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 17:53:26 +0300
commite7adc7e471646088118215d55184322f68740239 (patch)
tree47859da14393371a7fd3874cca3c80583d397490 /js
parent8c5c762a8582fcc8b7cecda98045fe5a0e88f707 (diff)
parent7edcf6c45fd33f80c1b813b31b738800a9d66208 (diff)
Merge branch 'master' into material-icons
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 3a9f323bb..e0caddc2a 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -15,7 +15,7 @@ define(["dojo/_base/declare"], function (declare) {
if (!in_body && (event.ctrlKey || id == Article.getActive() || App.getInitParam("cdm_expanded"))) {
Article.openInNewWindow(id);
Headlines.toggleUnread(id, 0);
- return;
+ return false;
}
if (Article.getActive() != id) {