summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 95e55050d..347c38938 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1400,7 +1400,7 @@ function show_labels_in_headlines(transport) {
}
function cdmClicked(event, id, in_body) {
- if (event.ctrlKey && !in_body) {
+ if (event.ctrlKey && !in_body || !in_body) {
openArticleInNewWindow(id);
}