To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / issue_relations / create.js.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (272 Bytes)

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
  $('#relation_issue_to_id').focus();
6
<% end %>
7
$('#new-relation-form').show();