VRFS-1110 clear the friend input beforeShow

This commit is contained in:
Jonathan Kolyer 2014-03-13 10:20:25 +00:00
parent 45f2124cfa
commit 14fa5e18e5
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
existingInvites = [];
updateSessionID = null;
$('.selected-friends').empty();
$(friendInput).val('');
};
this.loadFriends = function() {