annotate .svn/pristine/7e/7ef0d7845fe6ba5db0602b697fb2394071f9d690.svn-base @ 1613:90bed4e10cc8 deploy

Download file link
author Chris Cannam
date Wed, 30 Aug 2017 17:24:37 +0100
parents 261b3d9a4903
children
rev   line source
Chris@1464 1 $('#relations').html('<%= escape_javascript(render :partial => 'issues/relations') %>');
Chris@1464 2 <% if @relation.errors.empty? %>
Chris@1464 3 $('#relation_delay').val('');
Chris@1464 4 $('#relation_issue_to_id').val('');
Chris@1464 5 $('#relation_issue_to_id').focus();
Chris@1464 6 <% end %>
Chris@1464 7 $('#new-relation-form').show();