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:
@@ -847,7 +847,7 @@ liberator.Options = function () //{{{
|
||||
isDefault: opt.value == opt.defaultValue,
|
||||
name: opt.name,
|
||||
default: opt.defaultValue,
|
||||
pre: <>  </>,
|
||||
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: <>  </>,
|
||||
pre: " ", /* Unicode nonbreaking space. */
|
||||
};
|
||||
|
||||
yield option;
|
||||
|
||||
Reference in New Issue
Block a user