Skip to content
This repository was archived by the owner on May 13, 2019. It is now read-only.
This repository was archived by the owner on May 13, 2019. It is now read-only.

Javascript error - Looping through people list #10

@atas3

Description

@atas3

I found a problem in javascript function appendCircled, which should be:

$('#visiblePeople').append('Number of people visible to this app: ' +
          **people.length** + '<br/>');
      for (var personIndex in people) {
        person = **people[personIndex]**;
        $('#visiblePeople').append('<img src="' + person.image.url + '">');
      }

I had to change this to make it work.
Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions