Commit 25ce52b5 authored by Mike Greiling's avatar Mike Greiling

migrate dashboard:activity to static bundle

parent 05b28636
...@@ -54,11 +54,6 @@ var Dispatcher; ...@@ -54,11 +54,6 @@ var Dispatcher;
case 'projects:merge_requests:show': case 'projects:merge_requests:show':
shortcut_handler = true; shortcut_handler = true;
break; break;
case 'dashboard:activity':
import('./pages/dashboard/activity')
.then(callDefault)
.catch(fail);
break;
case 'projects:commit:show': case 'projects:commit:show':
import('./pages/projects/commit/show') import('./pages/projects/commit/show')
.then(callDefault) .then(callDefault)
......
import Activities from '~/activities'; import Activities from '~/activities';
export default () => new Activities(); document.addEventListener('DOMContentLoaded', () => new Activities());
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