Feature #13134 ยป autofocus_version_name.patch
| app/views/versions/_form.html.erb (working copy) | ||
|---|---|---|
| 14 | 14 |
<% end %> |
| 15 | 15 | |
| 16 | 16 |
</div> |
| 17 |
<%= javascript_tag "$('#version_name').focus();" %>
|
|
| app/views/versions/_form.html.erb (working copy) | ||
|---|---|---|
| 14 | 14 |
<% end %> |
| 15 | 15 | |
| 16 | 16 |
</div> |
| 17 |
<%= javascript_tag "$('#version_name').focus();" %>
|
|