Do not redirect to home page when logging out from another tab
This commit is contained in:
@@ -719,6 +719,8 @@ define([
|
||||
var realtime = module.realtime = Realtime.start(config);
|
||||
|
||||
editor.on('change', onLocal);
|
||||
|
||||
Cryptpad.onLogout(function () { setEditable(false); });
|
||||
};
|
||||
|
||||
var interval = 100;
|
||||
|
||||
Reference in New Issue
Block a user