Don't show the tab notification when someone has joined the pad

This commit is contained in:
yflory
2017-01-19 15:17:21 +01:00
parent 5d5d03163e
commit 1e1bfd275c
3 changed files with 19 additions and 4 deletions

View File

@@ -768,7 +768,9 @@ define([
}
Slide.update(remoteDoc);
notify();
if (oldDoc !== newDoc) {
notify();
}
};
var onAbort = config.onAbort = function (info) {