cdmClicked: allow shift-lclick

master
Andrew Dolgov 12 years ago
parent 8a77553595
commit f6a260c65e

@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
handle_rpc_json(transport);
} });
return true;
return !event.shiftKey;
}
} else {

Loading…
Cancel
Save