Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE).
git-svn-id: svn://10.0.0.236/trunk@26870 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4b17caaa1e
commit
f4b07da55e
@ -197,6 +197,9 @@ my $jscript = << 'ENDSCRIPT';
|
||||
<!--
|
||||
var cpts = new Array();
|
||||
var vers = new Array();
|
||||
// Apparently, IE4 chokes on the below, so do nothing if running that.
|
||||
var agt=navigator.userAgent.toLowerCase();
|
||||
if ((agt.indexOf("msie") == -1)) {
|
||||
ENDSCRIPT
|
||||
|
||||
|
||||
@ -227,6 +230,7 @@ for $p (@::legal_product) {
|
||||
$i = 0;
|
||||
$jscript .= q{
|
||||
|
||||
\} // end IE4 choke around
|
||||
// Only display versions/components valid for selected product(s)
|
||||
|
||||
function selectProduct(f) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user