enable SVG->PNG fallback for newly uploaded files and folders

This commit is contained in:
Jan-Christoph Borchardt 2014-03-27 14:48:35 +01:00
parent ba82175e11
commit f88b24d532
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ window.FileList={
});
// filename td
td = $('<td></td>').attr({
"class": "filename",
"class": "filename svg",
"style": 'background-image:url('+iconurl+'); background-size: 32px;'
});
var rand = Math.random().toString(16).slice(2);