1
0
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:
Maximilian Mader 2013-08-21 19:23:30 +02:00
parent 21104e4097
commit 6d3bc3b22c

View File

@ -87,7 +87,7 @@ When **Tims Chat** becomes focused mark the chat as active and remove the number
$(window).focus -> $(window).focus ->
document.title = v.titleTemplate.fetch document.title = v.titleTemplate.fetch
title: $('#timsChatRoomList .active a').text() title: currentRoom.title
newMessageCount = 0 newMessageCount = 0
isActive = true isActive = true