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