Don't show notifications when loading the chat-messages.

pull/1430/head
mluto 2013-01-30 12:16:32 +01:00
parent e811037300
commit b5eeeb7dc2
1 changed files with 1 additions and 1 deletions

View File

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