fix for 58436 : javascript strict warnings in query.cgi
changed to f.target_milestone git-svn-id: svn://10.0.0.236/trunk@87468 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user