Commit b1b55ab7 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 58436 : javascript strict warnings in query.cgi

changed to f.target_milestone
parent 49e128bc
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment