mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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')) %>";
|
|
}
|