Commit 5171d88c authored by JC Brand's avatar JC Brand

Bugfix. data attr is not set via jquery.data

parent 9a3104cb
......@@ -3248,7 +3248,7 @@
},
render: function () {
this.$el.data('group', this.model.get('name'));
this.$el.attr('data-group', this.model.get('name'));
this.$el.html(
$(converse.templates.group_header({
label_group: this.model.get('name'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment