make file picker ui even prettier

This commit is contained in:
Pierre Bondoerffer
2017-08-07 17:22:54 +02:00
parent c53e738054
commit 8f285eba9f
3 changed files with 25 additions and 6 deletions

View File

@@ -1146,6 +1146,7 @@ define([
$span.append($name).append($subfolders).append($files);
};
// This is duplicated in cryptpad-common, it should be unified
var getFileIcon = function (id) {
var $icon = Cryptpad.getIcon();