1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:07:58 +01:00

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

This commit is contained in:
Doug Kearns
2007-10-31 07:44:34 +00:00
parent 2bf50b04b9
commit e736d007c7

View File

@@ -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