mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17337 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();
|