Commit 42b4be65 authored by Phil Hughes's avatar Phil Hughes

fixed dispatcher.js conflicts

[ci skip]
parent 56db0489
...@@ -81,17 +81,14 @@ import GpgBadges from './gpg_badges'; ...@@ -81,17 +81,14 @@ import GpgBadges from './gpg_badges';
import initNotes from './init_notes'; import initNotes from './init_notes';
import initLegacyFilters from './init_legacy_filters'; import initLegacyFilters from './init_legacy_filters';
import initIssuableSidebar from './init_issuable_sidebar'; import initIssuableSidebar from './init_issuable_sidebar';
<<<<<<< HEAD import GpgBadges from './gpg_badges';
import UserFeatureHelper from './helpers/user_feature_helper';
// EE-only // EE-only
import ApproversSelect from './approvers_select'; import ApproversSelect from './approvers_select';
import AuditLogs from './audit_logs'; import AuditLogs from './audit_logs';
import initGeoInfoModal from './init_geo_info_modal'; import initGeoInfoModal from './init_geo_info_modal';
import initGroupAnalytics from './init_group_analytics'; import initGroupAnalytics from './init_group_analytics';
=======
import GpgBadges from './gpg_badges';
import UserFeatureHelper from './helpers/user_feature_helper';
>>>>>>> upstream/master
(function() { (function() {
var Dispatcher; var Dispatcher;
...@@ -375,20 +372,11 @@ import UserFeatureHelper from './helpers/user_feature_helper'; ...@@ -375,20 +372,11 @@ import UserFeatureHelper from './helpers/user_feature_helper';
case 'projects:show': case 'projects:show':
shortcut_handler = new ShortcutsNavigation(); shortcut_handler = new ShortcutsNavigation();
new NotificationsForm(); new NotificationsForm();
<<<<<<< HEAD
if ($('#tree-slider').length) {
new TreeView();
}
if ($('.blob-viewer').length) {
new BlobViewer();
}
initGeoInfoModal();
=======
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();
>>>>>>> upstream/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