mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +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 aPostDataRef = {};
|
||||||
var searchString = (useDefsearch? liberator.options["defsearch"] + " " : "") + text;
|
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);
|
url = getShortcutOrURI(searchString, aPostDataRef);
|
||||||
if (url == searchString)
|
if (url == searchString)
|
||||||
url = null;
|
url = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user