mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
On re-reading bug 4133, I see that I should just turn off the
javascript stuff on all instances of IE.
This commit is contained in:
parent
6130bb2d79
commit
105f166dc0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user