view .svn/pristine/57/57f355bd1bf19a701c370fb3c553495c694b4edb.svn-base @ 1465:ab8bd24eeb65 bug_635

Close obsolete branch bug_635
author Chris Cannam
date Fri, 19 Jul 2013 12:13:20 +0100
parents 038ba2d95de8
children
line wrap: on
line source
$('#relations').html('<%= escape_javascript(render :partial => 'issues/relations') %>');
<% if @relation.errors.empty? %>
  $('#relation_delay').val('');
  $('#relation_issue_to_id').val('');
  $('#relation_issue_to_id').focus();
<% end %>