1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 11:44:13 +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

@@ -521,7 +521,7 @@ function Events() //{{{
}
else // background tab
{
liberator.echomsg("Background tab loaded: " + title || url, 1);
liberator.echomsg("Background tab loaded: " + title || url, 3);
}
triggerLoadAutocmd("PageLoad", doc);