PluginProbe ʕ •ᴥ•ʔ
Check & Log Email – Easy Email Testing & Mail logging / 2.0.15
Check & Log Email – Easy Email Testing & Mail logging v2.0.15
2.0.15 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 2.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.13.1 2.0.13.2 2.0.14 2.0.2 2.0.3 2.0.4 2.0.5 2.0.5.1 2.0.6 2.0.7 2.0.8 2.0.9 trunk 0.5.7 0.6.0 0.6.1 0.6.2 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.12.1 1.0.13 1.0.13.1 1.0.2 1.0.3
check-email / assets / js / network-admin.min.js
check-email / assets / js Last commit date
admin 6 days ago check-email-front.js 6 days ago check-email-front.min.js 6 days ago network-admin.js 6 days ago network-admin.min.js 6 days ago
network-admin.min.js
1 lines
1 jQuery(document).ready(function(e){e("#my-network-settings-form").on("submit",function(l){l.preventDefault(),data=e(this).serialize(),data+="&action=update_network_settings",data+="&nonce="+network_admin_setting.nonce,e.ajax({type:"POST",url:network_admin_setting.ajaxUrl,dataType:"json",data:data,success:function(e){e.success?location.reload():alert("There was an error saving the settings.")},error:function(e){console.log(e)}})});var l=e(".check_email_smtp_class");e("#check-email-log-global-enable-smtp").is(":checked")||l.hide(),e(document).on("click",".check_email_mailer_type_multi",function(l){e(".ck_radio_selected").removeClass("ck_radio_selected"),"outlook"==e(this).val()&&(e("#check-email-outllook").show(),e(".check_email_smtp_class").hide(),e(this).parents(".ce_radio-label").addClass("ck_radio_selected")),("smtp"==e(this).val()||"gmail"==e(this).val())&&(e("#check-email-outllook").hide(),e(".check_email_smtp_class").show(),e(this).parents(".ce_radio-label").addClass("ck_radio_selected"))});var c=e(".check_email_mailer_type_multi:checked").val();("smtp"==c||"gmail"==c)&&e(".check_email_smtp_class").show(),"outlook"==c&&e("#check-email-outllook").show(),e(document).on("click","#check-email-log-global-enable_global",function(l){if(e(this).is(":checked")){var c=e(".check_email_mailer_type_multi:checked").val();e("#check-email-global-smtp-form").show(),("smtp"==c||"gmail"==c)&&e(".check_email_smtp_class").show(),"outlook"==c&&e("#check-email-outllook").show()}else e("#check-email-global-smtp-form").hide(),e("#check-email-outllook").hide()});var a=e(".cm_global_forward");e("#check-email-global-forward_email").is(":checked")||a.hide(),e("#check-email-global-forward_email").on("click",function(){e(this).is(":checked")?a.show():a.hide()});var i=e(".cm_global_override");e("#check-email-global-override_emails_from").is(":checked")||i.hide(),e("#check-email-global-override_emails_from").on("click",function(){e(this).is(":checked")?i.show():i.hide()}),e("#check_mail_request_uri").on("click",function(){var l;l=document.getElementById("check_mail_request_uri"),l.select(),navigator.clipboard.writeText(l.value),e("#check_mail_copy_text").html("Copied!")})});