forked from bofh/fetsite
meeting views
This commit is contained in:
3
app/views/meetings/new.js.erb
Normal file
3
app/views/meetings/new.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$("#<%= Meeting.new_divid_for(@parent) %>").replaceWith("<div id=\"<%= Meeting.new_divid_for(@parent) %>\"><%=escape_javascript( render :partial=>"nested_form" ,:object=>@meeting) %></div>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user