Merge branch 'soon' into staging
This commit is contained in:
commit
e3f04ef076
@ -39,6 +39,8 @@ define([
|
|||||||
var getSecrets = function (Cryptpad, Utils) {
|
var getSecrets = function (Cryptpad, Utils) {
|
||||||
var proxy = Cryptpad.getProxy();
|
var proxy = Cryptpad.getProxy();
|
||||||
var hash = proxy.todo || Utils.Hash.createRandomHash();
|
var hash = proxy.todo || Utils.Hash.createRandomHash();
|
||||||
|
if (!proxy.todo) { proxy.todo = hash; }
|
||||||
|
|
||||||
return Utils.Hash.getSecrets('todo', hash);
|
return Utils.Hash.getSecrets('todo', hash);
|
||||||
};
|
};
|
||||||
SFCommonO.start({
|
SFCommonO.start({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user