1
0
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:
Martin Stubenschrott
2008-11-06 08:43:51 +00:00
parent 64f118524b
commit 6027e3ef9e
3 changed files with 35 additions and 20 deletions

View File

@@ -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);
}