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:
Francis Lachapelle
2009-03-27 21:47:25 +00:00
parent c244a5b97a
commit 5daa4fc7c3

View File

@@ -758,7 +758,7 @@ function initLogConsole() {
}
function onBodyKeyDown(event) {
if (event.keyCode == 27) {
if (event.keyCode == Event.KEY_ESC) {
toggleLogConsole();
preventDefault(event);
}