mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
Fix some completion bugs
This commit is contained in:
@@ -440,7 +440,7 @@ liberator.registerObserver("load_commands", function ()
|
||||
compl.push([content.location.href, "Current URL"]);
|
||||
}
|
||||
catch (e) {}
|
||||
comp = compl.concat([[s, ""] for each (s in styles.sites)])
|
||||
compl = compl.concat([[s, ""] for each (s in styles.sites)])
|
||||
return [0, completion.filter(compl, args.arguments[0])];
|
||||
}
|
||||
return [0, []];
|
||||
|
||||
Reference in New Issue
Block a user