Commit 4286f190 authored by Lin Jen-Shin's avatar Lin Jen-Shin

CE now has this change

parent 093a7745
......@@ -169,11 +169,7 @@ import _ from 'underscore';
let selected = options.selectedObj;
var data, isIssueIndex, isMRIndex, isSelecting, page, boardsStore;
// EE begins
if (!selected) return;
// EE ends
page = $('body').attr('data-page');
isIssueIndex = page === 'projects:issues:index';
isMRIndex = (page === page && page === 'projects:merge_requests:index');
......
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