Commit b52600b8 authored by Phil Hughes's avatar Phil Hughes

Fixed milestone select failing tests

parent b866d9f0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
$els = $(els); $els = $(els);
if (!els) { if (!els) {
$els = $('.js-label-select'); $els = $('.js-milestone-select');
} }
$els.each(function(i, dropdown) { $els.each(function(i, dropdown) {
......
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