forked from bofh/fetsite
8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
|
|
$("#calentry_<%= @calentry.id %>").html("<%=escape_javascript( render :partial=>"nested_form" ,:object=>@calentry)%>");
|
|
|
|
|
|
|
|
|
|
$('.datetimepicker').datetimepicker({format: 'd.m.Y H:i', startDate: (!($(this).attr("value")==undefined))? $(this).attr("value"): ""})
|