summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;