mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:42:27 +01:00
fix broken :set! regression
This commit is contained in:
@@ -903,7 +903,7 @@ liberator.Options = function () //{{{
|
||||
if ((!onlyNonDefault || userValue) && pref.indexOf(filter) >= 0)
|
||||
{
|
||||
name = pref;
|
||||
value = this.getPref(name);
|
||||
value = liberator.options.getPref(name);
|
||||
if (typeof value == "string")
|
||||
value = value.substr(0, 100).replace(/\n/g, " ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user