Skip to content

Commit

Permalink
Bugfix: JavaScript error for note template.
Browse files Browse the repository at this point in the history
(Thanks for the great help: @ChrisUHZ)
  • Loading branch information
akiko-pusu committed Jul 3, 2020
1 parent 0333527 commit e042e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/note_templates/_list_note_templates.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</td>
<td>
<a data-note-template-id='<%= template.id %>'
onclick='applyNoteTemplate(this, <%= template.id %>)'
onclick='noteTemplateNS.applyNoteTemplate(this)'
class='icon icon-test template-update-link'></a>
</td>
</tr>
Expand Down

0 comments on commit e042e41

Please sign in to comment.