HEX
Server: LiteSpeed
System: Linux l24.yourwebhosting.net 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: turkishi (1582)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/turkishi/www/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()});