Reset the name field on new group form

pull/749/head
lilia 11 years ago
parent 11b822eaf3
commit 43ec4099c9

@ -133,6 +133,7 @@
reset: function() {
this.$create.hide();
this.$el.find('.new-group-update-form .name').val('');
this.$group_update.hide();
this.recipients_view.reset();
},

Loading…
Cancel
Save