Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade.

Patch by Vlad Dascalu <jocuri@softhome.net>
r= gerv, a= justdave


git-svn-id: svn://10.0.0.236/trunk@147230 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com 2003-09-24 08:00:13 +00:00
parent 64ff98acd8
commit 92e23c1eab

View File

@ -45,9 +45,9 @@ function addSidebar() {
}
else
{
var rv = window.confirm ("This page is enhanced for use with Netscape 6. " + "Would you like to upgrade now?");
var rv = window.confirm ("Your browser does not support the sidebar extension. " + "Would you like to upgrade now?");
if (rv)
document.location.href = "http://home.netscape.com/download/index.html";
document.location.href = "http://www.mozilla.org/binaries.html";
}
}
//-->