mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 15:14:54 +08:00
Lots of minor fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user