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

pull/1/head
ansuz 2019-08-26 18:48:21 +02:00
commit 5c7c54f607
1 changed files with 1 additions and 1 deletions

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);