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
parent 81cfdde5
......@@ -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";
}
}
//-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment