diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-12 11:51:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-12 11:51:48 +0200 |
commit | f62b31515937f2687f7543c5c6286252c5812e6d (patch) | |
tree | e7cd572047a5914313cdea969dea306aee3ad377 /files/js/files.js | |
parent | 9ba303a95f22e881a2f2cc8657645560ca646d05 (diff) | |
download | nextcloud-server-f62b31515937f2687f7543c5c6286252c5812e6d.tar.gz nextcloud-server-f62b31515937f2687f7543c5c6286252c5812e6d.zip |
file hovering now very fancy, CSS fade for row and extension
Diffstat (limited to 'files/js/files.js')
-rw-r--r-- | files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/js/files.js b/files/js/files.js index e8d2b5d9f5a..8b41781cbf1 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -423,5 +423,5 @@ function getMimeIcon(mime){ if(knownMimes.indexOf(mime)==-1){ mime='file'; } - return OC.imagePath('core','mimetypes/'+mime+'.png'); + return OC.imagePath('core','filetypes/'+mime); } |