Sha256: 22083373f8518770c56c174b5a37b31bce38462dc40790b897ae2f248f5a7f8a
Contents?: true
Size: 349 Bytes
Versions: 34
Compression:
Stored size: 349 Bytes
Contents
$('#issue_notes').val("<%= raw escape_javascript(@content) %>"); <% # when quoting a private journal, check the private checkbox if @journal && @journal.private_notes? %> $('#issue_private_notes').prop('checked', true); <% end %> showAndScrollTo("update", "notes"); $('#notes').scrollTop = $('#notes').scrollHeight - $('#notes').clientHeight;
Version data entries
34 entries across 34 versions & 1 rubygems