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