File: //home/turkishi/public_html/wp-content/plugins/wp-event-manager/assets/js/wpem-deactivation.min.js
var Deactivation=function(){return{init:function(){jQuery("#deactivate-wp-event-manager").on("click",Deactivation.actions.showDeactivationPopup)},actions:{showDeactivationPopup:function(t){t.preventDefault(),jQuery("#wpem-deactivation-popup").css("display","flex"),Deactivation.actions.bindPopupEvents()},bindPopupEvents:function(){jQuery("#close-popup").on("click",function(){jQuery("#wpem-deactivation-popup").css("display","none")}),jQuery('input[name="reason"]').on("change",function(){"Other"===jQuery(this).val()?jQuery("#other-reason-box").slideDown():jQuery("#other-reason-box").slideUp()}),jQuery("#wpem-deactivation-form").on("submit",function(t){t.preventDefault(),jQuery("#wpem-deactivation-popup .popup-content").html(`
<div class="deactivating-message">
Deactivating...
</div>
`);let i=jQuery(this).serialize();jQuery.post(wpem_ajax.ajax_url,i+"&action=wpem_deactivation_form&_ajax_nonce="+wpem_ajax.nonce,function(t){t&&Deactivation.actions.deactivatePlugin()})}),jQuery("#skip-deactivate").on("click",function(){Deactivation.actions.deactivatePlugin()})},deactivatePlugin:function(){jQuery("#wpem-deactivation-popup .popup-content").html(`
<div class="deactivating-message">Deactivating...</div>
`),$deactivateLink=jQuery("#the-list").find('[data-slug="wp-event-manager"] span.deactivate a'),location.href=$deactivateLink.attr("href")}}}};Deactivation=Deactivation(),jQuery(document).ready(function(t){Deactivation.init()});