mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-19 04:47:02 +01:00
Implemented Attachments in client
This commit is contained in:
@@ -434,7 +434,7 @@ MochiKit.Base.update(Clipperz.PM.Crypto, {
|
||||
deferredResult.addErrback(function(anError) {
|
||||
Clipperz.logError("Error while decrypting data [4]");
|
||||
throw Clipperz.Crypto.Base.exception.CorruptedMessage;
|
||||
})
|
||||
});
|
||||
} else {
|
||||
deferredResult.addCallback(function() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user