26
votes
1answer
221 views

Chat ads incorrectly expect users to have gravatar images

The chat ads that are shown in the side bar of site pages incorrectly expect the user to always have a gravatar-based profile image: var e = "http://www.gravatar.com/avatar/" + b.emailhash + ...
2
votes
1answer
84 views

Chat ads can cause a JavaScript error when a displayed room has no messages

When the chat ads in the sidebar display the last activity information (e.g. "n mins ago - username") the code makes the assumption that there's always a message object to get that activity from. ...