Fixed milestone select failing tests
This commit is contained in:
parent
b866d9f087
commit
b52600b8bf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
$els = $(els);
|
||||
|
||||
if (!els) {
|
||||
$els = $('.js-label-select');
|
||||
$els = $('.js-milestone-select');
|
||||
}
|
||||
|
||||
$els.each(function(i, dropdown) {
|
||||
|
|
Loading…
Reference in a new issue