Feature #43085 ยป quoting-scroll-position.patch
| forkDstPrefix/app/views/journals/new.js.erb | ||
|---|---|---|
| 1 |
showAndScrollTo("update");
|
|
| 1 |
showAndScrollTo("add_notes");
|
|
| 2 | 2 | |
| 3 | 3 |
var notes = $('#issue_notes').val();
|
| 4 | 4 |
if (notes > "") { notes = notes + "\n\n"}
|
| ... | ... | |
| 10 | 10 |
%> |
| 11 | 11 |
$('#issue_private_notes').prop('checked', true);
|
| 12 | 12 |
<% end %> |
| 13 | ||