mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
FoxToPhone. Compatibility with Seamonkey and folder uploads in Windows. Ready for public test.
This commit is contained in:
@@ -393,7 +393,7 @@ var sendtophoneCore = {
|
||||
sendtophoneUploadsManager.finishedUpload( progressId );
|
||||
|
||||
// Send the zip and delete it afterwards
|
||||
sendtophoneCore.sendFile(nsZip, function() { nsZip.remove(false); });
|
||||
sendtophoneCore.sendFile(nsZip, function() { nsZip.remove(false); if (callback) callback(); } );
|
||||
}
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user