mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 20:25:47 +01:00
Fix brokenness.
This commit is contained in:
@@ -612,7 +612,7 @@ var Styles = Module("Styles", {
|
||||
let sheet = args["-group"].get(args["-name"]);
|
||||
if (args.completeArg == 0) {
|
||||
if (sheet)
|
||||
context.completions = [[sheet.sites.join(","), "Current Value"]];
|
||||
context.completions = [[sheet.sites.join(","), _("option.currentValue")]];
|
||||
context.fork("sites", 0, Styles, "completeSite", window.content, args["-group"]);
|
||||
}
|
||||
else if (args.completeArg == 1) {
|
||||
|
||||
Reference in New Issue
Block a user