FoxToPhone. Compatibility with Seamonkey and folder uploads in Windows. Ready for public test.

This commit is contained in:
amla70
2011-07-13 15:57:49 +00:00
parent 12a7e03703
commit a849d524df
8 changed files with 45 additions and 28 deletions

View File

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