mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23: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)
|
if ((!onlyNonDefault || userValue) && pref.indexOf(filter) >= 0)
|
||||||
{
|
{
|
||||||
name = pref;
|
name = pref;
|
||||||
value = this.getPref(name);
|
value = liberator.options.getPref(name);
|
||||||
if (typeof value == "string")
|
if (typeof value == "string")
|
||||||
value = value.substr(0, 100).replace(/\n/g, " ");
|
value = value.substr(0, 100).replace(/\n/g, " ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user