sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.77k stars 1.58k forks source link

Fix changing the browser title #577

Closed TimWolla closed 9 years ago

TimWolla commented 9 years ago

It now uses the document.title property to change the title. My users reported that the title stopped updating as of the last update of Google Chrome. Using document.title is the canonical way and seems to fix their issue.

hhaidar commented 9 years ago

Thank you for this :D