Commit fbfe8276 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/milestone_select.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 70cdb75d
......@@ -148,7 +148,6 @@ import _ from 'underscore';
$(`[data-milestone-id="${selectedMilestone}"] > a`, $el).addClass('is-active');
},
vue: $dropdown.hasClass('js-issue-board-sidebar'),
<<<<<<< HEAD
hideRow: function(milestone) {
if ($('html').hasClass('issue-boards-page') && !$dropdown.hasClass('js-issue-board-sidebar') &&
!$dropdown.closest('.add-issues-modal').length && gl.issueBoards.BoardsStore.state.currentBoard.milestone &&
......@@ -167,8 +166,6 @@ import _ from 'underscore';
return true;
},
=======
>>>>>>> upstream/master
clicked: function(clickEvent) {
const { $el, e } = clickEvent;
let selected = clickEvent.selectedObj;
......
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