Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
c53f378582
@ -724,7 +724,7 @@ define([
|
||||
if (dedup.length !== files[TEMPLATE].length) {
|
||||
files[TEMPLATE] = dedup;
|
||||
}
|
||||
var us = files[TEMPLATE].slice();
|
||||
var us = files[TEMPLATE];
|
||||
var rootFiles = exp.getFiles([ROOT]);
|
||||
var toClean = [];
|
||||
us.forEach(function (el, idx) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user