diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 14:48:35 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 14:48:35 +0100 |
commit | f88b24d53237ce50c2c4b4d696700dcdf59bb437 (patch) | |
tree | c463f82700df7a851a73297b5a97787a0395c271 /apps | |
parent | ba82175e119018b4ce7b0b111c12014312c85a32 (diff) | |
download | nextcloud-server-f88b24d53237ce50c2c4b4d696700dcdf59bb437.tar.gz nextcloud-server-f88b24d53237ce50c2c4b4d696700dcdf59bb437.zip |
enable SVG->PNG fallback for newly uploaded files and folders
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 503bf681139..cda4e823a73 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -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); |