mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 10:44:13 +01:00
Fix config.focusChange check.
This commit is contained in:
@@ -1222,7 +1222,7 @@ function Events() //{{{
|
||||
return;
|
||||
}
|
||||
|
||||
if (config.focusChange())
|
||||
if (config.focusChange)
|
||||
return void config.focusChange(win);
|
||||
|
||||
urlbar = document.getElementById("urlbar");
|
||||
|
||||
Reference in New Issue
Block a user