PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/includes/check/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
Choose File :

Url:
Dir : /home/trave494/cheaptravel.live/wp-content/plugins/anti-spam/includes/check/assets/js/check.js

function wtitan_progress_status(selector, status) {
    selector.each(function (index, element) {
        jQuery(element).removeAttr('class');
        jQuery(element).addClass('wt-scan-step-icon');
        jQuery(element).addClass('wt-scan-step-icon-' + status);
    });
}

jQuery(document).ready(function ($) {
    //TABS
    jQuery('#wtitan-scanner-tabs a').on('click', function (e) {
        e.preventDefault();
        jQuery(this).tab('show');
    });

    jQuery('#wt-checker-check').on('click', function (e) {
        e.preventDefault();
        jQuery(this).attr('disabled', 'disabled');
        jQuery('.wt-scan-icon-loader').show();
        vulnerability_ajax();
        audit_ajax();
    });

    //HIDE
    jQuery(document).on('click', '.wt-scanner-hide-button', function (e) {
        e.preventDefault();
        var btn = jQuery(this);
        var wtitan_hide_target = jQuery(".wtitan-tab-table-container#wtitan-hided");

        jQuery.ajax({
            method: 'POST', url: ajaxurl, data: {
                action: 'wtitan_scanner_hide',
                type: btn.data('type'),
                id: btn.data('id'),
                _ajax_nonce: wtscanner.hide_nonce
            },
            beforeSend: function () {
                btn.parent('td').parent('tr').css('opacity', '0.5');
            },
            success: function (result) {
                if (result.success) {
                    btn.parent('td').parent('tr').animate({opacity: 'hide', height: 'hide'}, 200);
                    wtitan_hide_target.html(result.data.html);
                    console.log('Hided - ' + btn.data('id'));
                }
            },
            complete: function () {
            }
        });
    });
});