HEX
Server: Apache
System: Linux webm013.cluster123.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: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/l/e/s/lesanew/www/wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js
function w3tc_show_minify_help() {
	W3tc_Lightbox.open({
		id: 'w3tc-overlay',
    	close: '',
    	width: 800,
    	height: 610,
    	url: ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
    		'&w3tc_action=minify_help',
    	callback: function(lightbox) {
      		jQuery('.btn-primary', lightbox.container).click(function() {
        		lightbox.close();
			});
			lightbox.resize();
		}
	});
}



jQuery(function($) {
  $('#minify__enabled').click(function() {
    var checked = $(this).is(':checked');
    if (!checked)
      return;

    w3tc_show_minify_help();
  });
});