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

This commit is contained in:
ansuz
2017-03-16 14:47:03 +01:00
7 changed files with 192 additions and 22 deletions

View File

@@ -376,7 +376,7 @@ define([
var paths = findFile(l);
ret.push({
paths: findFile(l),
data: getFileData(l)
data: exp.getFileData(l)
});
});
return ret;