Skip to content
Snippets Groups Projects
Unverified Commit 65407c38 authored by Mike Greiling's avatar Mike Greiling
Browse files

migrate groups:show to static bundle

parent ed29be1b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -319,9 +319,6 @@ var Dispatcher;
.catch(fail);
break;
case 'groups:show':
import('./pages/groups/show')
.then(callDefault)
.catch(fail);
shortcut_handler = true;
break;
case 'groups:group_members:index':
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ import ProjectsList from '~/projects_list';
import ShortcutsNavigation from '~/shortcuts_navigation';
import initGroupsList from '../../../groups';
 
export default () => {
document.addEventListener('DOMContentLoaded', () => {
const newGroupChildWrapper = document.querySelector('.js-new-project-subgroup');
new ShortcutsNavigation();
new NotificationsForm();
Loading
Loading
@@ -19,4 +19,4 @@ export default () => {
}
 
initGroupsList();
};
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment