????

Your IP : 18.222.135.39


Current Path : C:/inetpub/vhost/redmine/app/views/journals/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/journals/new.js.erb

showAndScrollTo("update");

var notes = $('#issue_notes').val();
if (notes > "") { notes = notes + "\n\n"}

$('#issue_notes').blur().focus().val(notes + "<%= 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 %>