1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:48:02 +01:00

remove redundant equality test for engine_name in v.bookmarks.getSearchURL

This commit is contained in:
Doug Kearns
2007-11-07 11:21:12 +00:00
parent 18f6f3e8c6
commit f1b878a1cc

View File

@@ -205,7 +205,7 @@ vimperator.Bookmarks = function() //{{{
{ {
var url = null; var url = null;
var postdata = null; var postdata = null;
if (!engine_name || engine_name == "") if (!engine_name)
engine_name = vimperator.options["defsearch"]; engine_name = vimperator.options["defsearch"];
// we need to make sure our custom alias have been set, even if the user // we need to make sure our custom alias have been set, even if the user