1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:18:00 +01:00

disable beep on command line blur, as it has side effects. Also fixes :message in muttator

This commit is contained in:
Martin Stubenschrott
2008-10-30 23:21:00 +00:00
parent 8928c81404
commit 775ae63515
3 changed files with 7 additions and 5 deletions

View File

@@ -718,7 +718,9 @@ function CommandLine() //{{{
event.originalTarget == commandWidget.inputField)
{
commandWidget.inputField.focus();
liberator.beep();
// a beep would be nice, but unfortunately firefox also fires
// this event when switching windows while the command line has focus
// liberator.beep();
}
}, 0);
}