Commit 94c87cb8 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/pages/projects/merge_requests/show/index.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e8a3b49f
......@@ -4,20 +4,4 @@ import initShow from '../init_merge_request_show';
document.addEventListener('DOMContentLoaded', () => {
initShow();
initSidebarBundle();
<<<<<<< HEAD
=======
initNotes();
initDiffNotes();
initPipelines();
const mrShowNode = document.querySelector('.merge-request');
window.mergeRequest = new MergeRequest({
action: mrShowNode.dataset.mrAction,
});
new ShortcutsIssuable(true); // eslint-disable-line no-new
handleLocationHash();
howToMerge();
initWidget();
>>>>>>> upstream/master
});
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