Re-render control messages if necessary

pull/749/head
lilia 11 years ago
parent 48b0e8832d
commit 74e01c2a95

@ -83,6 +83,7 @@
this.$el.append(this.view.el); this.$el.append(this.view.el);
this.listenTo(this.model, 'destroy', this.remove); // auto update this.listenTo(this.model, 'destroy', this.remove); // auto update
this.listenTo(this.model, 'change:flags change:group_update', this.render); // auto update
}, },
events: { events: {
'click .timestamp': 'select' 'click .timestamp': 'select'

Loading…
Cancel
Save