migrate groups:milestones:show to static bundle
This commit is contained in:
parent
d163f90612
commit
5fa3bd1787
2 changed files with 1 additions and 6 deletions
|
@ -53,11 +53,6 @@ var Dispatcher;
|
|||
case 'projects:issues:show':
|
||||
shortcut_handler = true;
|
||||
break;
|
||||
case 'groups:milestones:show':
|
||||
import('./pages/groups/milestones/show')
|
||||
.then(callDefault)
|
||||
.catch(fail);
|
||||
break;
|
||||
case 'dashboard:milestones:show':
|
||||
import('./pages/dashboard/milestones/show')
|
||||
.then(callDefault)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
import initMilestonesShow from '~/pages/milestones/shared/init_milestones_show';
|
||||
|
||||
export default initMilestonesShow;
|
||||
document.addEventListener('DOMContentLoaded', initMilestonesShow);
|
||||
|
|
Loading…
Reference in a new issue