summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-28 20:15:17 +0400
committerAndrew Dolgov <[email protected]>2013-02-28 20:15:17 +0400
commitf6a260c65ed0afeeee09b503ec88d3244f00a1e9 (patch)
treeaec3b50a8008cf80973d44fca0f50459702d003b /js
parent8a775535959b5a3f2605063110a5ecca8cca0103 (diff)
cdmClicked: allow shift-lclick
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index bc1b8e1c2..622a8109f 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 {