mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
dd more rudimentary completion for options 'activate', 'pageinfo', 'newtab'
and 'popups'
This commit is contained in:
@@ -66,6 +66,14 @@ const liberator = (function () //{{{
|
||||
|
||||
return value;
|
||||
},
|
||||
completer: function (filter)
|
||||
{
|
||||
return [
|
||||
["m", "Menubar"],
|
||||
["T", "Toolbar"],
|
||||
["b", "Bookmark bar"]
|
||||
];
|
||||
},
|
||||
validator: function (value)
|
||||
{
|
||||
var regex = "[^";
|
||||
|
||||
Reference in New Issue
Block a user