1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:12:27 +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

@@ -507,7 +507,7 @@ const liberator = (function () //{{{
{
// flash the visual bell
var popup = document.getElementById("liberator-visualbell");
var win = getBrowser().mPanelContainer;
var win = liberator.config.visualbellWindow;
var box = document.getBoxObjectFor(win);
popup.style.cssText = vbs;