From: terry%netscape.com <> Date: Thu, 25 Mar 1999 06:02:48 +0000 (+0000) Subject: On re-reading bug 4133, I see that I should just turn off the X-Git-Tag: bugzilla-2.4~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4560ec828cfd27f363f665df40d463619ed35231;p=thirdparty%2Fbugzilla.git On re-reading bug 4133, I see that I should just turn off the javascript stuff on all instances of IE. --- diff --git a/query.cgi b/query.cgi index 3e8ea9e919..b34f87b137 100755 --- a/query.cgi +++ b/query.cgi @@ -232,8 +232,7 @@ $jscript .= q{ function selectProduct(f) { // Apparently, IE4 chokes on the below, so do nothing if running that. var agt=navigator.userAgent.toLowerCase(); - if ((agt.indexOf("msie") != -1) && - (parseInt(navigator.appVersion) == 4)) return; + if ((agt.indexOf("msie") != -1)) return; var cnt = 0; var i;