Remove on-ready for NoteList event

This commit is contained in:
Dmitriy Zaporozhets 2013-05-02 11:23:58 +03:00
parent ca225d92c3
commit 6473aaf877
1 changed files with 1 additions and 3 deletions

View File

@ -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)}");