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