Commit c5add8fe authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4669 from jackbot/reenable-create-project-button

Reenable the create project button after errors
parents 8c08fb9b a4ca5cba
......@@ -4,5 +4,6 @@
- else
:plain
$(".project-edit-errors").html("#{escape_javascript(render('errors'))}");
$('.project-submit').enable();
$('.save-project-loader').hide();
$('.project-edit-container').show();
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