summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-25 07:02:48 +0100
committerterry%netscape.com <>1999-03-25 07:02:48 +0100
commit4560ec828cfd27f363f665df40d463619ed35231 (patch)
treeae50f1aee79645404269d6a989d817752ab62fb6 /query.cgi
parent889ac60beb371ebd0fe5e239a2848c850f8faa6f (diff)
downloadbugzilla-4560ec828cfd27f363f665df40d463619ed35231.tar.gz
bugzilla-4560ec828cfd27f363f665df40d463619ed35231.tar.xz
On re-reading bug 4133, I see that I should just turn off the
javascript stuff on all instances of IE.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/query.cgi b/query.cgi
index 3e8ea9e91..b34f87b13 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;