VRFS-1110 in createBandInvitation fixed selector for invitation list

This commit is contained in:
Jonathan Kolyer 2014-03-13 10:51:21 +00:00
parent 14fa5e18e5
commit 148fc69950
1 changed files with 1 additions and 1 deletions

View File

@ -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');