Skip to content

Commit 5070c38

Browse files
committed
readded enable audio buttons to footer
1 parent 8ec2f3c commit 5070c38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/templates/fragments/footer.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<footer th:fragment="footer" class="text-center text-muted small mt-5">
22
<p>
3+
<th:block th:if="${room}">
4+
<a href="#" onclick="enableAudio()" id="audio-interaction">Activate Audio</a>
5+
<span id="audio-speaker" onclick="toggleAudio()"></span>
6+
<a href="#" onclick="testAudio()" id="audio-test">Test Audio</a>
7+
|
8+
</th:block>
39
<a href="/help">Help</a>
410
|
511
<a href="/stats">Stats</a>

0 commit comments

Comments
 (0)