1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 01:05:47 +01:00

Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.

--HG--
extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
This commit is contained in:
Kris Maglione
2010-10-03 10:24:01 -04:00
parent c85b53232f
commit 69ed86178d
3 changed files with 26 additions and 8 deletions

View File

@@ -271,10 +271,6 @@ const AutoCommands = Module("autocommands", {
{
completer: function () Iterator(update({ all: "All Events" }, config.autocommands))
});
options.add(["strictfocus", "sf"],
"Prevent scripts from focusing input elements without user intervention",
"boolean", true);
}
});