diff --git a/client/src/views/stream/notes/update.js b/client/src/views/stream/notes/update.js index e7c98eaf3b..ed9fb39696 100644 --- a/client/src/views/stream/notes/update.js +++ b/client/src/views/stream/notes/update.js @@ -145,7 +145,7 @@ class UpdateNoteStreamView extends NoteStreamView { this.$el.find('.details').addClass('hidden'); - $(event.target).find('span') + $(target).find('span') .addClass('fa-chevron-down') .removeClass('fa-chevron-up'); }