summaryrefslogtreecommitdiff
path: root/app/views/milestones
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-10 02:09:55 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-10 02:12:36 -0400
commitd6c384c20f3798fffd0481cd758700a27bebd44f (patch)
treef2db554dc438ea4d67a53012d4f4424257be52f2 /app/views/milestones
parentb565f33472d960e37ed41a8a0c09fbbc3ea65f1e (diff)
downloadgitlab-ce-d6c384c20f3798fffd0481cd758700a27bebd44f.tar.gz
Reduce the amount of JavaScript written in views
Seeing `:javascript` all over Views feels like a code smell. This goes a long way towards reducing the amount of JS in views, but there's still plenty to be done on that front.
Diffstat (limited to 'app/views/milestones')
-rw-r--r--app/views/milestones/edit.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/milestones/edit.html.haml b/app/views/milestones/edit.html.haml
index af975a84a49..b1bc3ba0eba 100644
--- a/app/views/milestones/edit.html.haml
+++ b/app/views/milestones/edit.html.haml
@@ -1,7 +1 @@
= render "form"
-
-:javascript
- $(function(){
- $('select#issue_assignee_id').chosen();
- });
-