Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 6 years ago
commit ac85b3e238

@ -41,7 +41,7 @@ define([
var secret = Utils.Hash.getSecrets('drive', hash); var secret = Utils.Hash.getSecrets('drive', hash);
if (hash) { if (hash) {
// Add a shared folder! // Add a shared folder!
// XXX password? // TODO password?
Cryptpad.addSharedFolder(secret, function (id) { Cryptpad.addSharedFolder(secret, function (id) {
window.CryptPad_newSharedFolder = id; window.CryptPad_newSharedFolder = id;
// Update the hash in the address bar // Update the hash in the address bar

Loading…
Cancel
Save