Do not redirect to home page when logging out from another tab

This commit is contained in:
yflory
2017-02-08 12:54:07 +01:00
parent 702798f65a
commit 914c442615
10 changed files with 59 additions and 11 deletions

View File

@@ -796,6 +796,8 @@ define([
$('#howItWorks').hide();
}
});
//Cryptpad.onLogout(function () { setEditable(false); }); TODO
});
Cryptpad.onError(function (info) {
if (info) {