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

fix for #39044 : Some vers. of some browsers give a script warning on query page when not

using milestones. patch submitted by nkiesel@tbdnetworks.com
parent e8b93c7c
......@@ -431,6 +431,7 @@ function selectProduct(f) {
}
}
if (f.target_milestone) {
var tmsel = new Array();
for (i=0 ; i<f.target_milestone.length ; i++) {
if (f.target_milestone[i].selected) {
......@@ -464,7 +465,7 @@ function selectProduct(f) {
}
}
}
}
}
// -->
</script>
......
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