mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 20:55:47 +01:00
Fix some :buffer completion issues.
This commit is contained in:
@@ -32,7 +32,7 @@ var Tabs = Module("tabs", {
|
||||
false, true);
|
||||
|
||||
dactyl.commands["tabs.select"] = function (event) {
|
||||
tabs.select(event.originalTarget.getAttribute("identifier"));
|
||||
tabs.switchTo(event.originalTarget.getAttribute("identifier"));
|
||||
};
|
||||
|
||||
this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<><![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user