Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d8579a04
Commit
d8579a04
authored
Apr 09, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE).
parent
09a62e44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
query.cgi
query.cgi
+4
-0
No files found.
query.cgi
View file @
d8579a04
...
@@ -197,6 +197,9 @@ my $jscript = << 'ENDSCRIPT';
...
@@ -197,6 +197,9 @@ my $jscript = << 'ENDSCRIPT';
<!--
<!--
var
cpts
=
new
Array
();
var
cpts
=
new
Array
();
var
vers
=
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
ENDSCRIPT
...
@@ -227,6 +230,7 @@ for $p (@::legal_product) {
...
@@ -227,6 +230,7 @@ for $p (@::legal_product) {
$i
=
0
;
$i
=
0
;
$jscript
.=
q{
$jscript
.=
q{
\} // end IE4 choke around
// Only display versions/components valid for selected product(s)
// Only display versions/components valid for selected product(s)
function selectProduct(f) {
function selectProduct(f) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment