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

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

View file

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