]> source.dussan.org Git - nextcloud-server.git/commitdiff
enable SVG->PNG fallback for newly uploaded files and folders
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 13:48:35 +0000 (14:48 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 13:48:35 +0000 (14:48 +0100)
apps/files/js/filelist.js

index 503bf6811394453e9e0291338a1da1cae7ccc4f8..cda4e823a73b9eb4acfc4610f92a5db8ed40667f 100644 (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);