We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032a2d0 commit d2a03f4Copy full SHA for d2a03f4
modules/pgp/site.js
@@ -314,7 +314,9 @@ var Hm_Pgp = {
314
315
$(function() {
316
if (hm_page_name() == 'compose') {
317
- Hm_Pgp.load_private_keys();
+ if (($('#pgp_encrypt option').size() + $('#pgp_sign option').size()) == 0) {
318
+ $('.pgp_section').hide();
319
+ }
320
$('.pgp_apply').click(function() { Hm_Pgp.process_settings(); return false; });
321
}
322
else if (hm_page_name() == 'message') {
0 commit comments