mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17339 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
$('#relations').html('<%= escape_javascript(render :partial => 'issues/relations') %>');
|
|
<% if @relation.errors.empty? %>
|
|
$('#relation_delay').val('');
|
|
$('#relation_issue_to_id').val('');
|
|
<% end %>
|
|
$('#new-relation-form').show();
|
|
$('#relation_issue_to_id').focus();
|