Project

General

Profile

Feature #43085 » quoting-scroll-position-fixed.patch

kyohei yamada, 2025-11-07 13:22

View differences:

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"}
(2-2/2)