1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 12:24:13 +01:00

Remove some config.name checks. Add configbase module.

This commit is contained in:
Kris Maglione
2009-05-23 21:08:50 -04:00
parent 16b8af74d1
commit b8aab050e9
8 changed files with 39 additions and 42 deletions

View File

@@ -110,7 +110,7 @@ function Tabs() //{{{
}
// hide tabs initially
if (config.name == "Vimperator")
if (config.hasTabbrowser)
getBrowser().mStrip.getElementsByClassName("tabbrowser-tabs")[0].collapsed = true;
/////////////////////////////////////////////////////////////////////////////}}}