We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666e4de + 144fc1b commit eafaa2fCopy full SHA for eafaa2f
apps/files/js/files.js
@@ -363,7 +363,7 @@ var createDragShadow = function(event) {
363
tbody.append(newtr);
364
if (elem.type === 'dir') {
365
newtr.find('td.filename')
366
- .css('background-image', 'url(' + OC.imagePath('core', 'filetypes/folder.svg') + ')');
+ .css('background-image', 'url(' + OC.MimeType.getIconUrl('folder') + ')');
367
} else {
368
var path = dir + '/' + elem.name;
369
Files.lazyLoadPreview(path, elem.mimetype, function(previewpath) {
0 commit comments