summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2001-02-21 06:15:12 +0100
committercyeh%bluemartini.com <>2001-02-21 06:15:12 +0100
commitb1b55ab744877944cf327853e9474e742057b8d0 (patch)
treeaf12197432f8c9c00e179a407f67ef6925eaeb80 /query.cgi
parent49e128bc5105aea5c9306a6ce3c0ea06a77f9c34 (diff)
downloadbugzilla-b1b55ab744877944cf327853e9474e742057b8d0.tar.gz
bugzilla-b1b55ab744877944cf327853e9474e742057b8d0.tar.xz
fix for 58436 : javascript strict warnings in query.cgi
changed to f.target_milestone
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 032739d6d..8a23be33f 100755
--- a/query.cgi
+++ b/query.cgi
@@ -468,7 +468,7 @@ function selectProduct(f) {
}
}
- if ("target_milestone" in f) {
+ if (f.target_milestone) {
var tmsel = new Array();
for (i=0 ; i<f.target_milestone.length ; i++) {
if (f.target_milestone[i].selected) {