mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 19:54:12 +01:00
Fix some Firefox version-specific brokenness.
This commit is contained in:
@@ -399,7 +399,6 @@ const Bookmarks = Module("bookmarks", {
|
||||
{
|
||||
bang: true,
|
||||
completer: function completer(context, args) {
|
||||
context.quote = null;
|
||||
context.filter = args.join(" ");
|
||||
completion.bookmark(context, args["-tags"], { keyword: args["-keyword"], title: args["-title"] });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user