We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec2f3c commit 5070c38Copy full SHA for 5070c38
1 file changed
src/main/resources/templates/fragments/footer.html
@@ -1,5 +1,11 @@
1
<footer th:fragment="footer" class="text-center text-muted small mt-5">
2
<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>
9
<a href="/help">Help</a>
10
|
11
<a href="/stats">Stats</a>
0 commit comments