diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-02 11:23:58 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-02 11:23:58 +0300 |
commit | 6473aaf8777f15c0bf247f509fab5e3f978af1c7 (patch) | |
tree | 7be8decab696c19bf9aef55801a7197ab341a8d3 | |
parent | ca225d92c38d955f3c39fd80e031396fee7723a3 (diff) | |
download | gitlab-ce-6473aaf8777f15c0bf247f509fab5e3f978af1c7.tar.gz |
Remove on-ready for NoteList event
-rw-r--r-- | app/views/notes/_notes_with_form.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/notes/_notes_with_form.html.haml b/app/views/notes/_notes_with_form.html.haml index 2566edd81ad..38d1a3c93c0 100644 --- a/app/views/notes/_notes_with_form.html.haml +++ b/app/views/notes/_notes_with_form.html.haml @@ -6,6 +6,4 @@ = render "notes/form" :javascript - $(function(){ - NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}"); - }); + NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}"); |