mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Don't show notifications when loading the chat-messages.
This commit is contained in:
parent
e811037300
commit
b5eeeb7dc2
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ var chat = (function()
|
|||
$("#chattext").append(html);
|
||||
|
||||
//should we increment the counter??
|
||||
if(increment)
|
||||
if(increment && !isHistoryAdd)
|
||||
{
|
||||
var count = Number($("#chatcounter").text());
|
||||
count++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue