To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 81 / 814f8af4df96f153e85bc7dc0096f2b91de209b7.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (326 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <% if @issue %> |
|---|---|---|---|
| 2 | $('#related-issues').html('<%= escape_javascript(render :partial => "related_issues") %>');
|
||
| 3 | $('#related-issue-<%= @issue.id %>').effect("highlight");
|
||
| 4 | $('#issue_id').focus();
|
||
| 5 | <% else %> |
||
| 6 | alert("<%= raw(escape_javascript(l(:label_issue) + ' ' + l('activerecord.errors.messages.invalid'))) %>");
|
||
| 7 | <% end %> |