Project

General

Profile

Feature #43085 ยป quoting-scroll-position.patch

kyohei yamada, 2025-08-01 13:49

View differences:

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

  
    (1-1/1)