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

Don't show notifications when loading the chat-messages.
This commit is contained in:
John McLear 2013-01-30 06:33:47 -08:00
commit 5b285e2ffa

View file

@ -118,7 +118,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++;