]> git.wh0rd.org - tt-rss.git/commitdiff
cdmClicked: allow shift-lclick
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 16:15:17 +0000 (20:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 16:15:17 +0000 (20:15 +0400)
js/viewfeed.js

index bc1b8e1c28f452c26758ac16184a11b5daff7b70..622a8109ffb50e313b04ab7e5d681f69c65133d1 100644 (file)
@@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
                                                handle_rpc_json(transport);
                                        } });
 
-                               return true;
+                               return !event.shiftKey;
                        }
 
                } else {