Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
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…
x
Reference in New Issue
Block a user