Merge branch 'staging' into chat

This commit is contained in:
yflory
2018-09-10 15:32:39 +02:00
7 changed files with 92 additions and 10 deletions

View File

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

View File

@@ -236,9 +236,9 @@ define([
label: { class: 'noTitle' }
});
var $div2 = $(h('div.cp-settings-autostore-radio', [
opt1,
opt3,
opt2,
opt3
opt1
])).appendTo($div);
$div.find('input[type="radio"]').on('change', function () {