1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 09:05:47 +01:00

Re-enable tab numbers on FF36.

This commit is contained in:
Kris Maglione
2011-01-18 14:10:28 -05:00
parent 3f26d73ae7
commit c9549cbd73
3 changed files with 4 additions and 3 deletions

View File

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