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