mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
works nice
This commit is contained in:
parent
dc1af5ae7b
commit
e5eab64c6b
2 changed files with 6 additions and 4 deletions
|
@ -95,6 +95,7 @@
|
|||
}
|
||||
return function(requestedPeer, callback) {
|
||||
if (this._peer.connections[requestedPeer]) {
|
||||
callback();
|
||||
return;
|
||||
}
|
||||
this.set('loading', true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue