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 / .svn / pristine / 57 / 57f355bd1bf19a701c370fb3c553495c694b4edb.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (240 Bytes)

1 1296:038ba2d95de8 Chris
$('#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 %>