Don't show notifications when loading the chat-messages.
This commit is contained in:
parent
e811037300
commit
b5eeeb7dc2
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user