Don’t preload blop sound

(Service Worker will preload it)
This commit is contained in:
RobinLinus 2018-11-01 01:34:53 +01:00
parent 9bb3c828aa
commit 9ef6abebc1

View file

@ -178,7 +178,7 @@
<script src="scripts/network.js"></script>
<script src="scripts/ui.js"></script>
<!-- Sounds -->
<audio id="blop" preload="auto" autobuffer="true">
<audio id="blop" autobuffer="true">
<source src="/sounds/blop.mp3" type="audio/mpeg">
<source src="/sounds/blop.ogg" type="audio/ogg">
</audio>