Browse Source

bug fix

tags/v9.1.0beta1
Piotr Filiciak 8 years ago
parent
commit
df59c5d1ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files_sharing/js/public.js

+ 1
- 1
apps/files_sharing/js/public.js View File

@@ -149,7 +149,7 @@ OCA.Sharing.PublicApp = {
img.attr('width', 128);
img.appendTo('#imgframe');
}
else {
else if (previewSupported === 'true') {
$('#imgframe > video').attr('poster', OC.filePath('files_sharing', 'ajax', 'publicpreview.php') + '?' + OC.buildQueryString(params));
}


Loading…
Cancel
Save