Skip to content
Snippets Groups Projects
Commit 7e36a222 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #377 from zinks-/update-answered-flag

Add event parameter to loadMessage
parents 13b07a72 42599cec
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ views.Message = Backbone.Marionette.ItemView.extend({
});
},
openMessage: function() {
openMessage: function(event) {
event.stopPropagation();
Mail.UI.openMessage(this.model.id);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment