Commit 8840c4da authored by terry%netscape.com's avatar terry%netscape.com

Allow resetting a target milestone back to null.

parent 6bebf1f5
...@@ -599,6 +599,7 @@ document.write(\" <input type=button value=\\\"Uncheck All\\\" onclick=\\\"SetCh ...@@ -599,6 +599,7 @@ document.write(\" <input type=button value=\\\"Uncheck All\\\" onclick=\\\"SetCh
</TR>"; </TR>";
if (Param("usetargetmilestone")) { if (Param("usetargetmilestone")) {
push(@::legal_target_milestone, " ");
my $tfm_popup = make_options(\@::legal_target_milestone, my $tfm_popup = make_options(\@::legal_target_milestone,
$::dontchange); $::dontchange);
print " print "
......
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