mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 07:48:50 +01:00
6 lines
203 B
Text
6 lines
203 B
Text
$('#edit-recurring-todo').html(html_for_edit_form());
|
|
$('#edit-recurring-todo').dialog( "open" );
|
|
|
|
function html_for_edit_form() {
|
|
return "<%= escape_javascript(render(:partial => 'edit_form')) %>";
|
|
}
|