mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
Bug 225490 - netscape search plugin no longer functioning.
patch by timeless, r=caillon, sr=alecf, a=tor
This commit is contained in:
parent
cb01d48e60
commit
2c86d931c8
@ -717,7 +717,7 @@ function onNavWindowLoad() {
|
||||
for (var i = 0; i < engineBox.childNodes.length; ++i) {
|
||||
itemNode = engineBox.childNodes[i];
|
||||
var theID = itemNode.id;
|
||||
if (theID.indexOf("NetscapeSearch.src") != -1) {
|
||||
if (theID.indexOf("google.src") != -1) {
|
||||
engineURIs[engineURIs.length] = theID;
|
||||
foundEngine = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user