mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Updated ui.js
This commit is contained in:
parent
0115c6a4de
commit
545a5e00cd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class PeersUI {
|
||||||
if ($(peer.id)) return; // peer already exists
|
if ($(peer.id)) return; // peer already exists
|
||||||
const peerUI = new PeerUI(peer);
|
const peerUI = new PeerUI(peer);
|
||||||
$$('x-peers').appendChild(peerUI.$el);
|
$$('x-peers').appendChild(peerUI.$el);
|
||||||
setTimeout(e => window.animateBackground(false), 1000); // Stop animation
|
setTimeout(e => window.animateBackground(false), 1750); // Stop animation
|
||||||
}
|
}
|
||||||
|
|
||||||
_onPeers(peers) {
|
_onPeers(peers) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue