snapdrop

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

commit 545a5e00cdae7e719e62371edc6be801eab697cb
parent 0115c6a4de27b8e6553c639804d86d8b977c8703
Author: Bellisario <72039923+Bellisario@users.noreply.github.com>
Date:   Tue, 19 Jan 2021 13:12:48 +0100

Updated ui.js
Diffstat:
Mclient/scripts/ui.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/scripts/ui.js b/client/scripts/ui.js @@ -27,7 +27,7 @@ class PeersUI { if ($(peer.id)) return; // peer already exists const peerUI = new PeerUI(peer); $$('x-peers').appendChild(peerUI.$el); - setTimeout(e => window.animateBackground(false), 1000); // Stop animation + setTimeout(e => window.animateBackground(false), 1750); // Stop animation } _onPeers(peers) {