VRFS-2162 clear out friend text entry box after selection is made (fixes bug when tabbing out of friend selector list)

This commit is contained in:
Brian Smith 2014-12-17 22:43:36 -05:00
parent 566035348b
commit 16fb200a2e
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@
$(friendInput).select();
// context.alert('Invitation already exists for this musician.');
}
$(friendInput).val('');
}
this.addInvitationIfAbsent = addInvitation;