mirror of https://github.com/xwiki-labs/cryptpad
lint compliance
This commit is contained in:
parent
6622735db0
commit
ae693ff5a7
|
@ -265,7 +265,7 @@ define([
|
|||
window.location.reload();
|
||||
});
|
||||
common.infiniteSpinnerDetected = true;
|
||||
}, BAD_STATE_TIMEOUT)
|
||||
}, BAD_STATE_TIMEOUT);
|
||||
realtime.onSettle(function () {
|
||||
clearTimeout(to);
|
||||
cb();
|
||||
|
|
Loading…
Reference in New Issue