1
0
Fork 0
forked from 0x2620/oxjs

cosmetic changes

This commit is contained in:
rlx 2013-07-15 11:34:08 +00:00
commit f27f11ab58

View file

@ -41,7 +41,6 @@ Ox.Keyboard = (function() {
bound.forEach(function(id) {
Ox.UI.elements[id].triggerEvent('key_' + key);
});
// Don't open Chrome Inspect Element, used for copyadd
if (bound.length && key == 'control_shift_c') {
event.preventDefault();