mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
cdmClicked: when clicked on article link, open it in background window even without ctrl
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user