1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:22:27 +01:00

Make :pageinfo extensible

This commit is contained in:
Kris Maglione
2008-10-02 19:22:02 +00:00
parent 9dd5f1612b
commit 8100d941f8
7 changed files with 240 additions and 226 deletions

View File

@@ -847,7 +847,7 @@ liberator.Options = function () //{{{
isDefault: opt.value == opt.defaultValue,
name: opt.name,
default: opt.defaultValue,
pre: <>&#160;&#160;</>,
pre: "  ", /* Unicode nonbreaking space. */
value: <></>,
};
@@ -897,7 +897,7 @@ liberator.Options = function () //{{{
default: loadPreference(pref, null, true),
value: <>={liberator.util.colorize(value, false)}</>,
name: pref,
pre: <>&#160;&#160;</>,
pre: "  ", /* Unicode nonbreaking space. */
};
yield option;