Commit 6473aaf8777f15c0bf247f509fab5e3f978af1c7

Authored by Dmitriy Zaporozhets
1 parent ca225d92

Remove on-ready for NoteList event

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
app/views/notes/_notes_with_form.html.haml
... ... @@ -6,6 +6,4 @@
6 6 = render "notes/form"
7 7  
8 8 :javascript
9   - $(function(){
10   - NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}");
11   - });
  9 + NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}");
... ...