Merge branch 'soon' into staging

pull/1/head
ansuz 2017-11-27 11:11:49 +01:00
commit e3f04ef076
1 changed files with 2 additions and 0 deletions

View File

@ -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({