From: Andrew Dolgov Date: Thu, 28 Feb 2013 16:15:17 +0000 (+0400) Subject: cdmClicked: allow shift-lclick X-Git-Tag: 1.7.1~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f6a260c65ed0afeeee09b503ec88d3244f00a1e9;p=tt-rss.git cdmClicked: allow shift-lclick --- diff --git a/js/viewfeed.js b/js/viewfeed.js index bc1b8e1c..622a8109 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1541,7 +1541,7 @@ function cdmClicked(event, id) { handle_rpc_json(transport); } }); - return true; + return !event.shiftKey; } } else {