Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

User list #2

Closed
rwxes opened this issue Feb 18, 2014 · 1 comment
Closed

User list #2

rwxes opened this issue Feb 18, 2014 · 1 comment

Comments

@rwxes
Copy link

rwxes commented Feb 18, 2014

Doing a proof of concept and trying to use this - going well so far just stuck finding where the <li>username</li> comes from when listing users in a room? I was expecting to find something similar to:

map.className('room-title').to('title');

but can't find it for the life of me.

@rwxes
Copy link
Author

rwxes commented Feb 18, 2014

found it.
for ref,
dir: express-chat / public / js / app.js
line: 107
code: app.usersBox.append('

  • ' + htmlentities(usr) + '
  • ');

    @rwxes rwxes closed this as completed Feb 18, 2014
    Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant