Commit 5c3216cd authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Fixes conflict for `app/assets/javascripts/dispatcher.js`

parent c752aada
......@@ -465,7 +465,6 @@ import initGroupAnalytics from './init_group_analytics';
new TreeView();
new BlobViewer();
new NewCommitForm($('.js-create-dir-form'));
<<<<<<< HEAD
if (document.querySelector('.js-tree-content').dataset.pathLocksAvailable === 'true') {
PathLocks.init(
......@@ -474,9 +473,7 @@ import initGroupAnalytics from './init_group_analytics';
);
}
=======
new UserCallout({ setCalloutPerProject: true });
>>>>>>> upstream/master
$('#tree-slider').waitForImages(function() {
gl.utils.ajaxGet(document.querySelector('.js-tree-content').dataset.logsPath);
});
......
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