diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/content/dactyl.js | 3 | ||||
-rw-r--r-- | common/content/tabs.js | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index fe5e73a2..ebc98bc2 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1394,8 +1394,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { /* validator: function (opts) dactyl.has("Gecko2") || Option.validIf(!/[nN]/.test(opts), "Tab numbering not available in this " + config.host + " version") - */ - + */ } ].filter(function (group) !group.feature || dactyl.has(group.feature)); diff --git a/common/content/tabs.js b/common/content/tabs.js index fec7f285..83030c43 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -36,7 +36,7 @@ var Tabs = Module("tabs", { }; this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<><![CDATA[ - xul|tab { -moz-binding: url(dactyl://content/bindings.xml#tab) !important; } + xul|tab { -moz-binding: url(chrome://dactyl/content/bindings.xml#tab) !important; } ]]></>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m), false, true); }, |