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);
|
$("#chattext").append(html);
|
||||||
|
|
||||||
//should we increment the counter??
|
//should we increment the counter??
|
||||||
if(increment)
|
if(increment && !isHistoryAdd)
|
||||||
{
|
{
|
||||||
var count = Number($("#chatcounter").text());
|
var count = Number($("#chatcounter").text());
|
||||||
count++;
|
count++;
|
||||||
|
|
Loading…
Reference in New Issue