new.js.erb
10 lines
| 349 B
| text/plain
|
TextLexer
|
r10336 | $('#issue_notes').val("<%= raw escape_javascript(@content) %>"); | ||
<% | ||||
# when quoting a private journal, check the private checkbox | ||||
if @journal && @journal.private_notes? | ||||
%> | ||||
$('#issue_private_notes').attr('checked', true); | ||||
<% end %> | ||||
|
r9885 | showAndScrollTo("update", "notes"); | ||
$('#notes').scrollTop = $('#notes').scrollHeight - $('#notes').clientHeight; | ||||