server/apps/files_sharing/js
Daniel Calviño Sánchez a8323bbc05 Fix placement of icon in public share page for audio files
When the preview for audio files is used an HTML 5 audio element is
shown in the public share page. This element is added by the template,
so it is already there when the mimetype icon is added to the
"#imgframe" element. Instead of appended the icon is now prepended, so
it appears before the audio element (prepending instead of appending
should make no difference for other types of files, as in that case the
"#imgframe" element is empty). Besides that, the CSS was modified to
show the icon centered above the audio preview instead of next to it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 13:33:22 +02:00
..
dist Bump vuex from 3.1.0 to 3.1.1 2019-05-13 08:34:38 +02:00
templates Removes lost single quote 2019-01-04 11:28:11 +01:00
additionalScripts.js Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00
additionalScripts.js.map Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00
app.js Fix opening a section again in the Files app 2018-10-21 20:21:19 +02:00
files_drop.js Add the file drop uploaded files element 2019-01-04 11:28:11 +01:00
public.js Fix placement of icon in public share page for audio files 2019-06-27 13:33:22 +02:00
public_note.js Tests fixes 2018-08-24 20:31:29 +02:00
sharedfilelist.js Merge pull request #11967 from nextcloud/fix-opening-a-section-again-in-the-files-app 2018-10-23 15:29:55 +02:00
templates.js Add compiled template 2019-01-04 11:28:11 +01:00