mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 22:45:44 +01:00
Cleanup some references to "Firefox" in common/*.
This commit is contained in:
@@ -715,10 +715,11 @@ function Options() //{{{
|
||||
}
|
||||
|
||||
//
|
||||
// Firefox preferences which need to be changed to work well with Vimperator
|
||||
// Host application preferences which need to be changed to work well with
|
||||
// Liberator
|
||||
//
|
||||
|
||||
// work around Firefox popup blocker
|
||||
// work around the popup blocker
|
||||
// TODO: Make this work like safeSetPref
|
||||
var popupAllowedEvents = loadPreference("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
|
||||
if (!/keypress/.test(popupAllowedEvents))
|
||||
|
||||
Reference in New Issue
Block a user