diff options
author | Roslot <pines@null.net> | 2019-05-12 04:35:04 +0200 |
---|---|---|
committer | Roslot <pines@null.net> | 2019-05-12 04:35:04 +0200 |
commit | 1fb02f4e79b2d0936d00ff985a8a360f97a1a15e (patch) | |
tree | e52d2a2bbff3bfd592edbaef8d093883af412e58 /client/index.html | |
parent | Added notifications and sound alerts in client.js (diff) | |
download | hackchat-1fb02f4e79b2d0936d00ff985a8a360f97a1a15e.tar.gz hackchat-1fb02f4e79b2d0936d00ff985a8a360f97a1a15e.zip |
Fixed audio on ff, chrome, edge
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html index 86a4c29..6931451 100644 --- a/client/index.html +++ b/client/index.html @@ -16,8 +16,8 @@ </head> <body> - <audio style="display: none" id="notify-sound" preload="auto" src="audio/notify.ogg"> - <source src="audio/notify.ogg" type="audio/ogg"> + <audio style="display: none" id="notify-sound" preload="auto" src="audio/notify.mp3"> + <source src="audio/notify.mp3" type="audio/ogg"> </audio> <article class="container"> <div id="messages" class="messages"></div> |