mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
hopefully (=not tested) fixed regression with search engines
This commit is contained in:
@@ -393,6 +393,10 @@ liberator.Bookmarks = function () //{{{
|
||||
var aPostDataRef = {};
|
||||
var searchString = (useDefsearch? liberator.options["defsearch"] + " " : "") + text;
|
||||
|
||||
// we need to make sure our custom alias have been set, even if the user
|
||||
// did not :open <tab> once before
|
||||
this.getSearchEngines();
|
||||
|
||||
url = getShortcutOrURI(searchString, aPostDataRef);
|
||||
if (url == searchString)
|
||||
url = null;
|
||||
|
||||
Reference in New Issue
Block a user