mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix user count being shown in page title on focus
This commit is contained in:
parent
21104e4097
commit
6d3bc3b22c
@ -87,7 +87,7 @@ When **Tims Chat** becomes focused mark the chat as active and remove the number
|
||||
|
||||
$(window).focus ->
|
||||
document.title = v.titleTemplate.fetch
|
||||
title: $('#timsChatRoomList .active a').text()
|
||||
title: currentRoom.title
|
||||
|
||||
newMessageCount = 0
|
||||
isActive = true
|
||||
|
Loading…
Reference in New Issue
Block a user