Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 61ba23a

Browse files
author
Barry de Graaff
committed
fix typo
1 parent d199ad5 commit 61ba23a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tk_barrydegraaff_zimbra_openpgp/tk_barrydegraaff_zimbra_openpgp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,6 @@ function(controller) {
27682768
req.setRequestHeader("Content-Disposition", 'attachment; filename="'+ file.name + '.pgp"');
27692769
}
27702770
catch (err) {
2771-
req.setRequestHeader("Content-Disposition", 'attachment;');
27722771
req.setRequestHeader("Content-Disposition", 'attachment; filename="'+ OpenPGPZimlet.prototype.HTMLentityEncode(file.name) + '.pgp"');
27732772
}
27742773
req.onload = function(e)

0 commit comments

Comments
 (0)