Commit 64549f70 authored by Simon Knox's avatar Simon Knox

fix bad master merge

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