diff --git a/app/assets/javascripts/app/lib/base/jquery.textmodule.js b/app/assets/javascripts/app/lib/base/jquery.textmodule.js index b40749fea..4a2891050 100644 --- a/app/assets/javascripts/app/lib/base/jquery.textmodule.js +++ b/app/assets/javascripts/app/lib/base/jquery.textmodule.js @@ -344,7 +344,7 @@ Plugin.prototype.onEntryClick = function(event) { event.preventDefault() - var id = $(event.target).data('id') + var id = $(event.currentTarget).data('id') this.take(id) }