Add a ghost icon in the anonymous drive

This commit is contained in:
yflory
2018-04-03 15:16:21 +02:00
parent 0993204d14
commit 31980bef82
2 changed files with 5 additions and 0 deletions

View File

@@ -2052,6 +2052,7 @@ define([
$element.data('context', 'default');
$container.append($element);
});
createGhostIcon($container);
};
var displayTrashRoot = function ($list, $folderHeader, $fileHeader) {