From b33c2304724e2085fa88ab36479cf713a048d77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=B6ring?= <simon.doering@stud.hs-bochum.de> Date: Mon, 4 Jan 2021 23:23:44 +0100 Subject: [PATCH] Revert "Remove noVNC sound" This reverts commit 008c1df76026a1da26302812da9320ff1a42de77. The change is redundant, because there is a query parameter which disabled the sound. --- novnc/vnc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/novnc/vnc.html b/novnc/vnc.html index 4f27970..b269026 100644 --- a/novnc/vnc.html +++ b/novnc/vnc.html @@ -336,10 +336,8 @@ mozactionhint="Enter" tabindex="-1"></textarea> </div> <audio id="noVNC_bell"> - <!-- - <source src="app/sounds/bell.oga" type="audio/ogg"> - <source src="app/sounds/bell.mp3" type="audio/mpeg"> - --> + <source src="app/sounds/bell.oga" type="audio/ogg"> + <source src="app/sounds/bell.mp3" type="audio/mpeg"> </audio> </body> </html> -- GitLab