Feature #43085 » quoting-scroll-position-fixed.patch
| app/views/journals/new.js.erb | ||
|---|---|---|
| 1 |
showAndScrollTo("update");
|
|
| 1 |
$('#update').show();
|
|
| 2 |
showAndScrollTo("add_notes");
|
|
| 2 | 3 | |
| 3 | 4 |
var notes = $('#issue_notes').val();
|
| 4 | 5 |
if (notes > "") { notes = notes + "\n\n"}
|
- « Previous
- 1
- 2
- Next »