fix bad master merge

This commit is contained in:
Simon Knox 2017-11-02 12:09:20 +02:00
parent ad2d796353
commit 64549f7025

View file

@ -390,14 +390,14 @@ export default class LabelsSelect {
gl.issueBoards.BoardsStore.detail.issue.update($dropdown.attr('data-issue-update'))
.then(fadeOutLoader)
.catch(fadeOutLoader);
}
else {
if ($dropdown.hasClass('js-multiselect')) {
}
else if (handleClick) {
e.preventDefault();
handleClick(label);
}
else {
if ($dropdown.hasClass('js-multiselect')) {
}
else {
return saveLabelData();