Bug 363011 - click on search suggestion doesn't start the search anymore. r=gavin.
git-svn-id: svn://10.0.0.236/trunk@216615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -498,7 +498,7 @@
|
||||
}
|
||||
|
||||
var where = "current";
|
||||
if (aEvent.originalTarget.getAttribute("anonid") == "search-go-button")
|
||||
if (aEvent && aEvent.originalTarget.getAttribute("anonid") == "search-go-button")
|
||||
where = whereToOpenLink(aEvent, false, true);
|
||||
else {
|
||||
var newTabPref = textBox._prefBranch.getBoolPref("browser.search.openintab");
|
||||
|
||||
Reference in New Issue
Block a user