Commit 4ba1a3b8 authored by Phil Hughes's avatar Phil Hughes

fixed dispatcher conflicts

[ci skip]
parent 82f3d86d
......@@ -378,13 +378,12 @@ import initGroupAnalytics from './init_group_analytics';
if ($('#tree-slider').length) new TreeView();
if ($('.blob-viewer').length) new BlobViewer();
if ($('.project-show-activity').length) new gl.Activities();
<<<<<<< HEAD
initGeoInfoModal();
=======
$('#tree-slider').waitForImages(function() {
gl.utils.ajaxGet(document.querySelector('.js-tree-content').dataset.logsPath);
});
>>>>>>> ce-com/master
initGeoInfoModal();
break;
case 'projects:edit':
new UsersSelect();
......
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