浏览代码

Don’t preload blop sound

(Service Worker will preload it)
RobinLinus 6 年之前
父节点
当前提交
9ef6abebc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/index.html

+ 1 - 1
client/index.html

@@ -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>