VRFS-1110 clear the friend input beforeShow
This commit is contained in:
parent
45f2124cfa
commit
14fa5e18e5
|
|
@ -68,6 +68,7 @@
|
|||
existingInvites = [];
|
||||
updateSessionID = null;
|
||||
$('.selected-friends').empty();
|
||||
$(friendInput).val('');
|
||||
};
|
||||
|
||||
this.loadFriends = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue