Enable notifications in secure pads

This commit is contained in:
yflory
2017-08-29 11:20:02 +02:00
parent 642dc17910
commit 51fa6287c1
4 changed files with 13 additions and 1 deletions

View File

@@ -489,7 +489,7 @@ define([
// Notify only when the content has changed, not when someone has joined/left
var oldSInner = stringify(JSON.parse(oldShjson)[2]);
if (newSInner && newSInner !== oldSInner) {
Cryptpad.notify();
common.notify();
}
};