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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user