X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=js%2Fviewfeed.js;fp=js%2Fviewfeed.js;h=347c38938d1dbc84d36a7d1f2407d4905d3251c4;hp=95e55050d9ce4b2441eba0036e2f6caa26267e7b;hb=1702ecf7ea7f80fd7295c01cab3502c47cb72b45;hpb=bf1b89d0f1f430dcdda0879ebcf5e88f882c2ddd diff --git a/js/viewfeed.js b/js/viewfeed.js index 95e55050..347c3893 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); }