mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 12:45:49 +01:00
Fix some quoting issues.
This commit is contained in:
@@ -1169,6 +1169,7 @@ const Options = Module("options", {
|
||||
[option.value, "Current value"],
|
||||
[option.defaultValue, "Default value"]
|
||||
].filter(function (f) f[0] !== "" && String(f[0]).length < 200);
|
||||
context.quote = ["", util.identity, ""];
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user