Lots of minor fixes

This commit is contained in:
Robin Linus 2016-05-04 23:13:07 -06:00
parent bb81b6f2e4
commit d8dcbfcb0f
21 changed files with 332 additions and 60 deletions

View file

@ -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;