Merge pull request #1430 from mluto/notification-on-startup
Don't show notifications when loading the chat-messages.pull/1431/merge
commit
5b285e2ffa
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue