Remove on-ready for NoteList event
This commit is contained in:
parent
ca225d92c3
commit
6473aaf877
1 changed files with 1 additions and 3 deletions
|
@ -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)}");
|
||||
|
|
Loading…
Reference in a new issue