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

This commit is contained in:
ansuz
2019-08-26 18:48:21 +02:00

View File

@@ -310,7 +310,7 @@ define([
var _downloadFolder = function (ctx, data, cb, updateProgress) {
create(data, ctx.get, function (blob, errors) {
create(data, ctx.get, ctx.fileHost, function (blob, errors) {
console.error(errors); // TODO show user errors
var dl = function () {
saveAs(blob, data.folderName);