Commit 4560ec82 authored by terry%netscape.com's avatar terry%netscape.com

On re-reading bug 4133, I see that I should just turn off the

javascript stuff on all instances of IE.
parent 889ac60b
......@@ -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;
......
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