VRFS-1110 in createBandInvitation fixed selector for invitation list
This commit is contained in:
parent
14fa5e18e5
commit
148fc69950
|
|
@ -151,7 +151,7 @@
|
|||
function createBandInvitations(bandId, onComplete) {
|
||||
var callCount = 0;
|
||||
var totalInvitations = 0;
|
||||
$('#selected-band-invitees .invitation').each(function (index, invitation) {
|
||||
$('#selected-friends-band .invitation').each(function (index, invitation) {
|
||||
callCount++;
|
||||
totalInvitations++;
|
||||
var userId = $(invitation).attr('user-id');
|
||||
|
|
|
|||
Loading…
Reference in New Issue