mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +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);
|
$("#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++;
|
||||||
|
|
Loading…
Reference in a new issue