mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:32:25 +01:00
fix :set list output - broken in recent refactoring
This commit is contained in:
@@ -863,7 +863,7 @@ liberator.Options = function () //{{{
|
||||
{
|
||||
name = value ? " " + name : "no" + name;
|
||||
if (value != def)
|
||||
name = "<span style=\"font-weight: bold\">" + name + "</span><span style=\"color: gray\"> (default: " + (def ? "" : "no") + options[i].name + ")</span>";
|
||||
name = "<span style=\"font-weight: bold\">" + name + "</span><span style=\"color: gray\"> (default: " + (def ? "" : "no") + opt.name + ")</span>";
|
||||
list += "<tr><td>" + name + "</td></tr>";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user