migrate dashboard:milestones:index to static bundle

This commit is contained in:
Mike Greiling 2018-02-01 17:56:38 -06:00
parent cd4a87ee55
commit 053c3d0e1b
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
2 changed files with 1 additions and 6 deletions

View File

@ -59,11 +59,6 @@ import SearchAutocomplete from './search_autocomplete';
case 'projects:issues:show':
shortcut_handler = true;
break;
case 'dashboard:milestones:index':
import('./pages/dashboard/milestones/index')
.then(callDefault)
.catch(fail);
break;
case 'projects:milestones:index':
import('./pages/projects/milestones/index')
.then(callDefault)

View File

@ -1,3 +1,3 @@
import projectSelect from '~/project_select';
export default projectSelect;
document.addEventListener('DOMContentLoaded', projectSelect);