Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request ether#1430 from mluto/notification-on-startup
Browse files Browse the repository at this point in the history
Don't show notifications when loading the chat-messages.
  • Loading branch information
JohnMcLear committed Jan 30, 2013
2 parents e7cb7c4 + b5eeeb7 commit 5b285e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 5b285e2

Please sign in to comment.