summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-02 11:18:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-02 11:18:29 +0300
commitca225d92c38d955f3c39fd80e031396fee7723a3 (patch)
tree9c313571cd56eb6a2bf7dfc36e671a75952ead13 /app/views/projects/new.html.haml
parent4f5aae1d26ac66f8baf0574a2e457597a3e7cc33 (diff)
downloadgitlab-ce-ca225d92c38d955f3c39fd80e031396fee7723a3.tar.gz
Replace inline document.ready with dispatcher
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index eb4ef5979cf..8ff873aac65 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -7,6 +7,3 @@
%center
= image_tag "ajax_loader.gif"
%h3 Creating project &amp; repository. Please wait a moment, this page will automatically refresh when ready.
-
-:javascript
- $(function(){ new Projects(); });