Merge pull request #1430 from mluto/notification-on-startup

Don't show notifications when loading the chat-messages.
pull/1431/merge
John McLear 2013-01-30 06:33:47 -08:00
commit 5b285e2ffa
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ var chat = (function()
$("#chattext").append(html);
//should we increment the counter??
if(increment)
if(increment && !isHistoryAdd)
{
var count = Number($("#chatcounter").text());
count++;