mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'email_addresses/index') %>');
|
||
|
|
showModal('ajax-modal', '600px', '<%= escape_javascript l(:label_email_address_plural) %>');
|
||
|
|
$('#email_address_address').focus();
|