mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:17:59 +01:00
remove redundant equality test for engine_name in v.bookmarks.getSearchURL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user