HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/b/o/h/bohousj/www/wp-content/plugins/woo-product-bundle/includes/kit/js/backend.js
'use strict';

(function ($) {
    $(function () {
        // load plugins
        if ($('.wpclever_essential_kit_wrapper').length) {
            $.ajax({
                url: ajaxurl, method: 'POST', data: {
                    action: 'wpc_get_essential_kit',
                    security: wpc_kit_vars.nonce,
                }, dataType: 'html', beforeSend: function () {
                    $('.wpclever_essential_kit_wrapper').addClass('wpclever_essential_kit_loading');
                }, complete: function () {
                    $('.wpclever_essential_kit_wrapper').removeClass('wpclever_essential_kit_loading');
                }, success: function (response) {
                    $('.wpclever_essential_kit_wrapper').html(response);
                },
            });
        }
    });

    $('body').on('click', '.install-now', function (e) {
        var _this = $(this);
        var _href = _this.attr('href');

        _this.addClass('updating-message').html('Installing...');

        $.get(_href, function (data) {
            location.reload();
        });

        e.preventDefault();
    });
})(jQuery);