mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Don't show notifications when loading the chat-messages.
This commit is contained in:
parent
e811037300
commit
b5eeeb7dc2
@ -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…
x
Reference in New Issue
Block a user