From 008c1df76026a1da26302812da9320ff1a42de77 Mon Sep 17 00:00:00 2001
From: Peter Gerwinski <peter.gerwinski@hs-bochum.de>
Date: Sat, 12 Dec 2020 23:10:45 +0100
Subject: [PATCH] Remove noVNC sound

---
 novnc/vnc.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/novnc/vnc.html b/novnc/vnc.html
index 2f6dd77..68bc1e9 100644
--- a/novnc/vnc.html
+++ b/novnc/vnc.html
@@ -336,8 +336,10 @@
             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