Commit 9d499b86f8fdb41d2e1cd202989abe67ab88ace7
1 parent
3c7806c3
Exists in
master
and in
4 other branches
Fix loader hiding when create new project
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/projects/create.js.haml
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | - else |
5 | 5 | - if @project.git_error? |
6 | 6 | location.href = "#{errors_githost_path}"; |
7 | - -else | |
7 | + -else | |
8 | 8 | :plain |
9 | 9 | $('.project_new_holder').show(); |
10 | 10 | $("#new_project").replaceWith("#{escape_javascript(render('new_form'))}"); |
11 | - $('.ajax_loader').hide(); | |
11 | + $('.save-project-loader').hide(); | ... | ... |
app/views/projects/update.js.haml