mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 01:17:58 +01:00
Fix some missed option transformations from revision 99347338113f.
This commit is contained in:
@@ -510,7 +510,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
if (!context.filter)
|
||||
return;
|
||||
|
||||
let engineList = (engineAliases || options["suggestengines"] || "google").split(",");
|
||||
let engineList = (engineAliases || options["suggestengines"].join(",") || "google").split(",");
|
||||
|
||||
let completions = [];
|
||||
engineList.forEach(function (name) {
|
||||
|
||||
Reference in New Issue
Block a user