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

migrate projects:boards:* to static bundle

parent 64f3f5e4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -49,13 +49,6 @@ import SearchAutocomplete from './search_autocomplete';
});
 
switch (page) {
case 'projects:boards:show':
case 'projects:boards:index':
import('./pages/projects/boards')
.then(callDefault)
.catch(fail);
shortcut_handler = true;
break;
case 'projects:environments:metrics':
import('./pages/projects/environments/metrics')
.then(callDefault)
Loading
Loading
import UsersSelect from '~/users_select';
import ShortcutsNavigation from '~/shortcuts_navigation';
 
export default () => {
document.addEventListener('DOMContentLoaded', () => {
new UsersSelect(); // eslint-disable-line no-new
new ShortcutsNavigation(); // eslint-disable-line no-new
};
});
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