rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.37k stars 493 forks source link

BugFix on chrome and add a target='blank' on user avatar link #81

Closed jmaitrehenry closed 11 years ago

jmaitrehenry commented 11 years ago

On chrome, the title doesn't update correctly on focus, we have to add a timer for update it because chrome redraw it on focus, and cause this bug.

And add a target blank on the link on user avatar else, the user left the room each time he check a profile

rickyrauch commented 11 years ago

@Precea @cristiandouce Thanks guys!