We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4d443 commit 7bb2a0fCopy full SHA for 7bb2a0f
1 file changed
interface/web/mail/templates/mail_domain_edit.htm
@@ -169,6 +169,7 @@
169
$("#dkim_public").val(data.dkim_public);
170
$("#dkim_private").val(data.dkim_private);
171
$("#dns_record").val(dns);
172
+ $('#dkim').prop("checked", true);
173
});
174
};
175
</script>
0 commit comments