Commit f3b162a9 authored by Phil Hughes's avatar Phil Hughes

Fixed issue with milestone not being un-selectable

parent 88024b17
......@@ -104,6 +104,8 @@ class @MilestoneSelect
selectedMilestone = selected.name
else if selected.title?
selectedMilestone = selected.title
else
selectedMilestone = ''
$dropdown.parents('form').submit()
else
selected = $selectbox
......
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