summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/sharedfilelist.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-17 12:42:09 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-17 12:42:09 +0200
commit7a1048956fc5374ff69de07e6309add619118174 (patch)
tree27de6016c748a23007e94b101e50083a9254a9b8 /apps/files_sharing/js/sharedfilelist.js
parentd58c8d72cf8c0f6784bdec1f054c24a78ff131b6 (diff)
downloadnextcloud-server-7a1048956fc5374ff69de07e6309add619118174.tar.gz
nextcloud-server-7a1048956fc5374ff69de07e6309add619118174.zip
Fix preview animation on uploading
When adding/uploading files, the preview is now animated. When loading a list of files directly the preview is displayed directly.
Diffstat (limited to 'apps/files_sharing/js/sharedfilelist.js')
-rw-r--r--apps/files_sharing/js/sharedfilelist.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js
index d5c65a6c681..c060691b8b5 100644
--- a/apps/files_sharing/js/sharedfilelist.js
+++ b/apps/files_sharing/js/sharedfilelist.js
@@ -162,7 +162,6 @@
else {
file.type = 'file';
if (share.isPreviewAvailable) {
- file.icon = true;
file.isPreviewAvailable = true;
}
}