PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/admin/assets/js/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/admin/assets/js/trial-popup.js |
jQuery(document).ready(function ($) { jQuery('#wtitan-activate-trial-button').click(function (e) { e.preventDefault(); var infosModal = $('#wtitan-tmpl-confirmation-modal'); var btn = jQuery(this); if (!infosModal.length) { console.log('[Error]: Html template for modal not found.'); return; } Swal.fire({ html: infosModal.html(), customClass: 'wtitan-modal wtitan-modal-confirm', width: 500, showCancelButton: true, showCloseButton: true, confirmButtonText: 'Agree', }).then(function (result) { if (result.value) { jQuery.ajax({ method: 'POST', url: ajaxurl, data: { action: 'wtitan_activate_trial', email: jQuery('#wtitan-trial-email').val(), _ajax_nonce: wtitan.trial_nonce }, beforeSend: function () { btn.attr('disabled', 'disabled'); var loader = document.createElement('img'); loader.src = jQuery('#wcl-license-wrapper').data('loader'); loader.height = '32'; btn.after(loader); }, success: function (result) { console.log(result); window.location.href = result.data.url; }, complete: function () { } }); } console.log(result); }); }); });