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 / b8 / b8a1ba192a805238fd5b59d6bebb12df0f124153.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (290 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | hideModal(); |
|---|---|---|---|
| 2 | <% select = content_tag('select', content_tag('option') + version_options_for_select(@project.shared_versions.open, @version), :id => 'issue_fixed_version_id', :name => 'issue[fixed_version_id]') %>
|
||
| 3 | $('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>'); |