mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 05:34:11 +01:00
Kill tab bindings.
This commit is contained in:
@@ -1237,9 +1237,6 @@ const Dactyl = Module("dactyl", {
|
||||
|
||||
styles.addSheet(true, "taboptions", "chrome://*",
|
||||
classes.length ? classes.join(",") + "{ display: none; }" : "");
|
||||
|
||||
tabs.tabBinding.enabled = Array.some(opts, function (k) k in this.opts, this);
|
||||
statusline.updateTabCount();
|
||||
}
|
||||
}
|
||||
].filter(function (group) !group.feature || dactyl.has(group.feature));
|
||||
|
||||
Reference in New Issue
Block a user