mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 17:45:48 +01:00
Move 'system' arg of Styles methods to arg 0, and add completion functions
This commit is contained in:
@@ -220,8 +220,8 @@ function Tabs() //{{{
|
||||
});
|
||||
let fragment = liberator.has("MacUnix") ? "tab-mac" : "tab";
|
||||
// TODO: Add option, or only apply when go~=[nN]
|
||||
styles.addSheet("tab-binding", "chrome://browser/content/browser.xul",
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/bindings.xml#" + fragment + ") !important; }", true);
|
||||
styles.addSheet(true, "tab-binding", "chrome://browser/content/browser.xul",
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/bindings.xml#" + fragment + ") !important; }");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user