mirror of https://github.com/xwiki-labs/cryptpad
Fix back button in teams
This commit is contained in:
parent
938a42aae8
commit
b58b6fa691
|
@ -362,7 +362,7 @@ define([
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!id) { return; }
|
if (!id) { return void cb(); }
|
||||||
// If the team is loading, as ourselves in the list
|
// If the team is loading, as ourselves in the list
|
||||||
if (ctx.onReadyHandlers[id]) {
|
if (ctx.onReadyHandlers[id]) {
|
||||||
var _idx = ctx.onReadyHandlers[id].indexOf(cId);
|
var _idx = ctx.onReadyHandlers[id].indexOf(cId);
|
||||||
|
|
Loading…
Reference in New Issue