зеркало из https://github.com/mozilla/pjs.git
Bug 225490 - netscape search plugin no longer functioning.
patch by timeless, r=caillon, sr=alecf, a=tor
This commit is contained in:
Родитель
b107fd4371
Коммит
574b7fab7a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче