mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
imrpved fix for latency issue
This commit is contained in:
parent
8b227059ef
commit
40c8cc12d4
@ -168,7 +168,10 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
loadMoreOOHistory();
|
||||
loadMoreOOHistory().then(() => {
|
||||
displayCheckpointTimeline(true);
|
||||
showVersion(true);
|
||||
})
|
||||
|
||||
var onClose = function () { config.setHistory(false); };
|
||||
var onRevert = function () {
|
||||
@ -511,10 +514,6 @@ define([
|
||||
|
||||
};
|
||||
|
||||
setTimeout(() => {
|
||||
displayCheckpointTimeline(true);
|
||||
showVersion(true);
|
||||
}, "2500");
|
||||
|
||||
// Create the history toolbar
|
||||
var display = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user