Files
Redmine/app/views/custom_field_enumerations/create.js.erb

3 lines
149 B
Plaintext
Raw Normal View History

$('#content').html('<%= escape_javascript(render(:template => 'custom_field_enumerations/index')) %>');
$('#custom_field_enumeration_name').focus();