You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a problem in javascript function appendCircled, which should be:
$('#visiblePeople').append('Number of people visible to this app: '+**people.length**+'<br/>');for(varpersonIndexinpeople){person=**people[personIndex]**;$('#visiblePeople').append('<img src="'+person.image.url+'">');}
I found a problem in javascript function appendCircled, which should be:
I had to change this to make it work.
Cheers