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