enable SVG->PNG fallback for newly uploaded files and folders
This commit is contained in:
parent
ba82175e11
commit
f88b24d532
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue