Fix tab notifications in code and slides
This commit is contained in:
@@ -655,7 +655,7 @@ define([
|
||||
}
|
||||
}
|
||||
Slide.update(remoteDoc);
|
||||
if (oldDoc !== remoteDoc) { Cryptpad.notify(); }
|
||||
if (oldDoc !== remoteDoc) { common.notify(); }
|
||||
};
|
||||
|
||||
config.onAbort = function () {
|
||||
|
||||
Reference in New Issue
Block a user