Fix tab notifications in code and slides

This commit is contained in:
yflory
2017-09-18 14:31:58 +02:00
parent 1131ef0172
commit 483160a96a
2 changed files with 2 additions and 2 deletions

View File

@@ -655,7 +655,7 @@ define([
}
}
Slide.update(remoteDoc);
if (oldDoc !== remoteDoc) { Cryptpad.notify(); }
if (oldDoc !== remoteDoc) { common.notify(); }
};
config.onAbort = function () {