diff --git a/content/bookmarks.js b/content/bookmarks.js index e04de165..4164b572 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -227,7 +227,7 @@ vimperator.Bookmarks = function() //{{{ { var url = null; var postdata = null; - if (!engine_name || engine_name == "") + if (!engine_name) engine_name = vimperator.options["defsearch"]; // we need to make sure our custom alias have been set, even if the user