HEX
Server: Apache
System: Linux webd006.cluster128.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/sitepress-multilingual-cms/res/js/ate-jobs-migration.js
jQuery(function () {
    var buttonId = '#wpml_tm_ate_source_id_migration_btn';

    jQuery(buttonId).click(function () {
        jQuery(this).prop('disabled', true);
        jQuery(this).after('<span class="wpml-fix-tp-id-spinner">' + icl_ajxloaderimg + '</span>');

        jQuery.ajax({
                        url : ajaxurl,
                        type: 'POST',
                        data: {
				action: jQuery(this).data('action'),
				nonce: ate_jobs_migration_data.nonce,
			},
			success: function () {
				jQuery(buttonId).prop('disabled', false);
				jQuery('.wpml-fix-tp-id-spinner').remove();
			}
		});
	});
});