Commit 2663a611 authored by Clement Ho's avatar Clement Ho

[skip ci] remove unused function

parent 46196617
......@@ -80,14 +80,6 @@ import eventHub from './sidebar/event_hub';
.get();
};
var updateIssueBoardsIssue = function () {
$loading.removeClass('hidden').fadeIn();
gl.issueBoards.BoardsStore.detail.issue.update($dropdown.attr('data-issue-update'))
.then(function () {
$loading.fadeOut();
});
};
$('.assign-to-me-link').on('click', (e) => {
e.preventDefault();
$(e.currentTarget).hide();
......
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