You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567
  1. $('#relations').html('<%= escape_javascript(render :partial => 'issues/relations') %>');
  2. <% if @relation.errors.empty? %>
  3. $('#relation_delay').val('');
  4. $('#relation_issue_to_id').val('');
  5. <% end %>
  6. $('#new-relation-form').show();
  7. $('#relation_issue_to_id').focus();