mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix incomplete 'onAbort' block
This commit is contained in:
parent
52fe892bae
commit
5e1566eaec
@ -296,15 +296,15 @@ define([
|
||||
abort(socket, realtime);
|
||||
if (config.onAbort) {
|
||||
config.onAbort({
|
||||
socket
|
||||
socket: socket
|
||||
});
|
||||
}
|
||||
if (socketChecker) { clearInterval(socketChecker); }
|
||||
}
|
||||
} else {
|
||||
// TODO
|
||||
// it's working as expected, continue
|
||||
}
|
||||
},200);
|
||||
}, 200);
|
||||
|
||||
bindAllEvents(textarea, doc, onEvent, false);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user