From 8eb58d48cb751d2b2c0e5491f073b54001dfdf38 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 24 Sep 2003 15:00:13 +0000 Subject: Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade. Patch by Vlad Dascalu r= gerv, a= justdave --- template/en/default/index.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index e1b524d0d..07712a708 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -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"; } } //--> -- cgit v1.2.3-24-g4f1b