mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:12:26 +01:00
unbreak muttator's completions again. I can't say if tab numbering in vimperator still works, as it didn't for me before this commit either.
This commit is contained in:
@@ -231,7 +231,7 @@ function Tabs() //{{{
|
||||
});
|
||||
// TODO: Add option, or only apply when go~=[nN]
|
||||
styles.addSheet("tab-binding", "chrome://*",
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/bindings.xml#tab); }", true);
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/vimperator/bindings.xml#tab); }", true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user