mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: c4226ef2a5d9916a1dfaf208090b305fbf25864f
Monotone-Revision: cc63899386ceb379d80c6b79b929a81724db952b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-27T21:47:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -758,7 +758,7 @@ function initLogConsole() {
|
||||
}
|
||||
|
||||
function onBodyKeyDown(event) {
|
||||
if (event.keyCode == 27) {
|
||||
if (event.keyCode == Event.KEY_ESC) {
|
||||
toggleLogConsole();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user