1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-28 21:53:31 +01:00

Return the default 'stal' value for Vimperator and Xulmus to 0.

This commit is contained in:
Doug Kearns
2009-04-01 17:02:36 +11:00
parent 7c5ff987c1
commit a1ce575cef
3 changed files with 3 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ const config = { //{{{
],
optionDefaults: {
stal: 0,
showtabline: 2,
},
scripts: [
@@ -486,9 +486,6 @@ const config = { //{{{
////////////////////// OPTIONS /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
let stal = options.get("showtabline");
stal.value = stal.defaultValue = 2;
options.add(["online"],
"Set the 'work offline' option",
"boolean", true,