mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Merge pull request #1430 from mluto/notification-on-startup
Don't show notifications when loading the chat-messages.
This commit is contained in:
commit
5b285e2ffa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue