mirror of https://github.com/xwiki-labs/cryptpad
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into merge-staging
This commit is contained in:
commit
77c81f2426
|
@ -39,6 +39,8 @@ define([
|
|||
var getSecrets = function (Cryptpad, Utils) {
|
||||
var proxy = Cryptpad.getProxy();
|
||||
var hash = proxy.todo || Utils.Hash.createRandomHash();
|
||||
if (!proxy.todo) { proxy.todo = hash; }
|
||||
|
||||
return Utils.Hash.getSecrets('todo', hash);
|
||||
};
|
||||
SFCommonO.start({
|
||||
|
|
Loading…
Reference in New Issue