Commit 5703e313 authored by Nick Thomas's avatar Nick Thomas

CE->EE: fix conflicts in app/assets/javascripts/dispatcher.js

parent d7256552
...@@ -369,13 +369,8 @@ import initGroupAnalytics from './init_group_analytics'; ...@@ -369,13 +369,8 @@ import initGroupAnalytics from './init_group_analytics';
shortcut_handler = new ShortcutsNavigation(); shortcut_handler = new ShortcutsNavigation();
GpgBadges.fetch(); GpgBadges.fetch();
break; break;
<<<<<<< HEAD
case 'projects:edit':
new UsersSelect();
=======
case 'projects:imports:show': case 'projects:imports:show':
new ProjectImport(); new ProjectImport();
>>>>>>> upstream/master
break; break;
case 'projects:show': case 'projects:show':
shortcut_handler = new ShortcutsNavigation(); shortcut_handler = new ShortcutsNavigation();
......
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