Commit afbb9308 authored by Mike Greiling's avatar Mike Greiling

migrate snippets:* to static bundle

parent 11bf575f
......@@ -80,26 +80,6 @@ var Dispatcher;
.then(callDefault)
.catch(fail);
break;
case 'snippets:new':
import('./pages/snippets/new')
.then(callDefault)
.catch(fail);
break;
case 'snippets:edit':
import('./pages/snippets/edit')
.then(callDefault)
.catch(fail);
break;
case 'snippets:create':
import('./pages/snippets/new')
.then(callDefault)
.catch(fail);
break;
case 'snippets:update':
import('./pages/snippets/edit')
.then(callDefault)
.catch(fail);
break;
case 'projects:releases:edit':
import('./pages/projects/releases/edit')
.then(callDefault)
......
import form from '../form';
export default form;
document.addEventListener('DOMContentLoaded', form);
import form from '../form';
export default form;
document.addEventListener('DOMContentLoaded', form);
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