summaryrefslogtreecommitdiff
path: root/app/views/projects/create.js.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 00:51:02 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 00:51:02 +0200
commit7f6e41fa028e4293e50edbf9fe2ea6cc19957533 (patch)
treeaa0946e86babb77a08a653a940eef2890f1e291e /app/views/projects/create.js.haml
parent05d76fc4d03f8174f54c601d20392b0bf22fdbf9 (diff)
downloadgitlab-ce-7f6e41fa028e4293e50edbf9fe2ea6cc19957533.tar.gz
Bootstrap: application layout
Diffstat (limited to 'app/views/projects/create.js.haml')
-rw-r--r--app/views/projects/create.js.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/create.js.haml b/app/views/projects/create.js.haml
index c457527aed4..2b3106c8222 100644
--- a/app/views/projects/create.js.haml
+++ b/app/views/projects/create.js.haml
@@ -4,3 +4,4 @@
- else
:plain
$("#new_project").replaceWith("#{escape_javascript(render('form'))}");
+ $('.ajax_loader').hide();