mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 10:16:16 -04:00
Lots of minor fixes
This commit is contained in:
parent
bb81b6f2e4
commit
d8dcbfcb0f
21 changed files with 332 additions and 60 deletions
|
@ -128,6 +128,9 @@ Chat.FileTransferProtocol = {
|
|||
_onReceived: function(offer) {
|
||||
this.loading = false;
|
||||
this.fire('upload-complete', offer);
|
||||
if(window.donateDialog){
|
||||
window.donateDialog.open();
|
||||
}
|
||||
},
|
||||
_onError: function() {
|
||||
this.loading = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue