Merge branch 'soon' into staging

This commit is contained in:
yflory
2018-07-18 15:10:23 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2622,6 +2622,7 @@ define([
sortedFiles.forEach(function (key) {
if (manager.isFolder(root[key])) { return; }
var $element = createElement(path, key, root, false);
if (!$element) { return; }
$element.appendTo($list);
});