removing DKIM and useless classes

This commit is contained in:
Jonathan Labreuille
2016-06-21 16:45:08 +02:00
parent 9652f75028
commit 88dc7f4199
13 changed files with 89 additions and 214 deletions

View File

@@ -34,16 +34,13 @@ define(
// show sending methods
jQuery('.mailpoet_sending_methods').fadeIn();
} else {
// toggle SPF/DKIM (hidden if the sending method is MailPoet)
// toggle SPF (hidden if the sending method is MailPoet)
jQuery('#mailpoet_mta_spf')[
(group === 'mailpoet')
? 'hide'
: 'show'
]();
// (HIDDEN FOR BETA)
jQuery('#mailpoet_mta_dkim').hide();
// hide sending methods
jQuery('.mailpoet_sending_methods').hide();