From f27f11ab583c12d962c38253477bc57b5527c3b7 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 15 Jul 2013 11:34:08 +0000 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Core/Keyboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Keyboard.js b/source/Ox.UI/js/Core/Keyboard.js index 8fd5fbe1..a603d9f5 100644 --- a/source/Ox.UI/js/Core/Keyboard.js +++ b/source/Ox.UI/js/Core/Keyboard.js @@ -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();