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

added liberator.config.visualbellWindow for generic vb support.

This commit is contained in:
Tim Hammerquist
2008-06-26 09:58:07 +00:00
parent e4b247f3f7
commit 76bceff5b2
4 changed files with 6 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ liberator.config = { //{{{
defaults: { guioptions: "" },
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
get visualbellWindow() { return getBrowser().mPanelContainer; },
autocommands: [["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"],
["PageLoadPre", "Triggered after a page load is initiated"],
["PageLoad", "Triggered when a page gets (re)loaded/opened"],