Fix tab notifications in code and slides

pull/1/head
yflory 7 years ago
parent 1131ef0172
commit 483160a96a

@ -533,7 +533,7 @@ define([
APP.patchText(shjson2);
}
}
if (oldDoc !== remoteDoc) { Cryptpad.notify(); }
if (oldDoc !== remoteDoc) { common.notify(); }
};
config.onAbort = function () {

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

Loading…
Cancel
Save