Do not redirect to home page when logging out from another tab
This commit is contained in:
@@ -1997,6 +1997,8 @@ define([
|
||||
proxy.on('reconnect', function (info) {
|
||||
onReconnect(info);
|
||||
});
|
||||
|
||||
Cryptpad.onLogout(function () { setEditable(false); });
|
||||
});
|
||||
Cryptpad.onError(function (info) {
|
||||
if (info) {
|
||||
|
||||
Reference in New Issue
Block a user