Reset the name field on new group form

This commit is contained in:
lilia 2015-03-19 13:55:10 -07:00
parent 11b822eaf3
commit 43ec4099c9

View file

@ -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();
},