Comment out console.log() call
This commit is contained in:
parent
12b7bd8856
commit
a6c9c36ea8
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ var kolab_shortcuts_keypress = function(e)
|
||||||
{
|
{
|
||||||
var i, handler, key = e.which, alt = e.altKey, ctrl = e.ctrlKey;
|
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
|
// do nothing on input elements
|
||||||
if ($(e.target).is('textarea,input')) {
|
if ($(e.target).is('textarea,input')) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue