plugins/kolab_shortcuts

Aleksander Machniak machniak at kolabsys.com
Thu Feb 19 09:56:48 CET 2015


 plugins/kolab_shortcuts/kolab_shortcuts.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6c9c36ea81ad0288582fe88f68fb93f74b2d88c
Author: Aleksander Machniak <alec at alec.pl>
Date:   Thu Feb 19 09:56:30 2015 +0100

    Comment out console.log() call

diff --git a/plugins/kolab_shortcuts/kolab_shortcuts.js b/plugins/kolab_shortcuts/kolab_shortcuts.js
index 4111fa7..07d1039 100644
--- a/plugins/kolab_shortcuts/kolab_shortcuts.js
+++ b/plugins/kolab_shortcuts/kolab_shortcuts.js
@@ -203,7 +203,7 @@ var kolab_shortcuts_keypress = function(e)
 {
     var i, handler, key = e.which, alt = e.altKey, ctrl = e.ctrlKey;
 
-    console.log(e.which);
+    //console.log(e.which);
 
     // do nothing on input elements
     if ($(e.target).is('textarea,input')) {




More information about the commits mailing list