snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 9ef6abebc167b540fe25860f37f750f6ee786fed
parent 9bb3c828aa2ff7439b84aab07e37efafa09508a4
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Thu,  1 Nov 2018 01:34:53 +0100

Don’t preload blop sound

(Service Worker will preload it)

Diffstat:
Mclient/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/index.html b/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>