summaryrefslogtreecommitdiffstats
path: root/app/views/journals/new.js.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/journals/new.js.erb')
-rw-r--r--app/views/journals/new.js.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journals/new.js.erb b/app/views/journals/new.js.erb
index 78ec5f360..cd6ab0d35 100644
--- a/app/views/journals/new.js.erb
+++ b/app/views/journals/new.js.erb
@@ -3,7 +3,7 @@ $('#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);
+$('#issue_private_notes').prop('checked', true);
<% end %>
showAndScrollTo("update", "notes");