##// END OF EJS Templates
Thumbnails in issue history (#13429)....
Thumbnails in issue history (#13429). git-svn-id: http://svn.redmine.org/redmine/trunk@14731 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13045:cc688bb1b114
r14349:51cd2d451ae8
Show More
new.js.erb
10 lines | 349 B | text/plain | TextLexer
Jean-Philippe Lang
Private issue notes (#1554)....
r10336 $('#issue_notes').val("<%= raw escape_javascript(@content) %>");
<%
# when quoting a private journal, check the private checkbox
if @journal && @journal.private_notes?
%>
Toshi MARUYAMA
Backport r13313 from rails-4.1 to trunk....
r13045 $('#issue_private_notes').prop('checked', true);
Jean-Philippe Lang
Private issue notes (#1554)....
r10336 <% end %>
Jean-Philippe Lang
JQuery in, Prototype/Scriptaculous out (#11445)....
r9885 showAndScrollTo("update", "notes");
$('#notes').scrollTop = $('#notes').scrollHeight - $('#notes').clientHeight;