Skip to content

Commit c49a34f

Browse files
author
Simon J Hogan
committed
Hide audio player on item pages
1 parent 3aac62a commit c49a34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebContent/item.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div id="mediaPreview">
4545
<div id="title" style="display: none;"></div>
4646
<div id="mediaPreviewContent" class="content"></div>
47-
<audio id="audioPlayer" style="display: none;" controls src=""></audio>
47+
<audio id="audioPlayer" style="position: absolute; top: -9999px; display: none; visibility: hidden;" controls src="" visible="false"></audio>
4848
</div>
4949
<div id="selectDialog" style="display: none;">
5050
<div class="label"></div>

0 commit comments

Comments
 (0)