Skip to content
Snippets Groups Projects
Unverified Commit c3f26b0a authored by Phil Hughes's avatar Phil Hughes
Browse files

added project_new import

parent 8e629a45
No related branches found
No related tags found
No related merge requests found
import ProjectNew from '../shared/project_new';
import initProjectVisibilitySelector from '../../../project_visibility';
import initProjectNew from '../../../projects/project_new';
 
export default () => {
new ProjectNew(); // eslint-disable-line no-new
initProjectVisibilitySelector();
initProjectNew.bindEvents();
};
Loading
Loading
@@ -100,8 +100,6 @@ const bindEvents = () => {
$projectImportUrl.keyup(() => deriveProjectPathFromUrl($projectImportUrl));
};
 
document.addEventListener('DOMContentLoaded', bindEvents);
export default {
bindEvents,
deriveProjectPathFromUrl,
Loading
Loading
import projectNew from '~/projects/project_new';
 
fdescribe('New Project', () => {
describe('New Project', () => {
let $projectImportUrl;
let $projectPath;
 
Loading
Loading
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