projects
/
eow
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4d709
)
remove key event logging (bogs down performance)
author
Gerd Flaig
<gefla@gefla-mac-zrh>
Sat, 20 Dec 2008 23:43:05 +0000
(
00:43
+0100)
committer
Gerd Flaig
<gefla@gefla-mac-zrh>
Sat, 20 Dec 2008 23:43:05 +0000
(
00:43
+0100)
static/eow.js
patch
|
blob
|
history
diff --git
a/static/eow.js
b/static/eow.js
index 31a21f2fe3b8adf39a977251187314c679b7f65b..462e4657aa6cd8f106edb66f994c7b3cac6e2397 100644
(file)
--- a/
static/eow.js
+++ b/
static/eow.js
@@
-79,7
+79,6
@@
function setup_client() {
}
function inputfield_keyup(e) {
- console.log(e);
if (e.keyCode == 13) { // Enter
submit_cmdline(e.target.form.id);
e.target.value = "";