summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-02-09 20:43:10 +0100
committerterry%mozilla.org <>2000-02-09 20:43:10 +0100
commit3b82ba9863530fb629e4a70ea5903976ad6fd547 (patch)
treedec3443e6ad4d54400a81adddc75086b877b2613 /query.cgi
parent310d90b7d9dd9a4c93c8927f1000d43c771d75ea (diff)
downloadbugzilla-3b82ba9863530fb629e4a70ea5903976ad6fd547.tar.gz
bugzilla-3b82ba9863530fb629e4a70ea5903976ad6fd547.tar.xz
Get rid of a bit of unused Javascript code.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/query.cgi b/query.cgi
index bb4dfb527..b82e811a3 100755
--- a/query.cgi
+++ b/query.cgi
@@ -289,7 +289,6 @@ Array.prototype.push = array_push;
var cpts = new Array();
var vers = new Array();
-var agt=navigator.userAgent.toLowerCase();
ENDSCRIPT
@@ -328,7 +327,6 @@ $jscript .= q{
// Only display versions/components valid for selected product(s)
function selectProduct(f) {
- var agt=navigator.userAgent.toLowerCase();
// Netscape 4.04 and 4.05 also choke with an "undefined"
// error. if someone can figure out how to "define" the
// whatever, we'll remove this hack. in the mean time, we'll