HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js
jQuery(function($) {
	function w3tc_maxcdn_resize(o) {
		o.options.height = jQuery('.w3tc_cdn_maxcdn_form').height();
		o.resize();
	}

	$('body')
		.on('click', '.w3tc_cdn_maxcdn_authorize', function() {
		    W3tc_Lightbox.open({
		        id:'w3tc-overlay',
		        close: '',
		        width: 800,
		        height: 300,
		        url: ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
            		'&w3tc_action=cdn_maxcdn_intro',
		        callback: w3tc_maxcdn_resize
		    });
		})



		.on('click', '.w3tc_cdn_maxcdn_list_zones', function() {
			var url = ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
        		'&w3tc_action=cdn_maxcdn_list_zones';

			W3tc_Lightbox.load_form(url, '.w3tc_cdn_maxcdn_form', w3tc_maxcdn_resize);
	    })



	    .on('click', '.w3tc_cdn_maxcdn_view_zone', function() {
			var url = ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
        		'&w3tc_action=cdn_maxcdn_view_zone';

			W3tc_Lightbox.load_form(url, '.w3tc_cdn_maxcdn_form', w3tc_maxcdn_resize);
	    })



	    .on('click', '.w3tc_cdn_maxcdn_configure_zone', function() {
			var url = ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
        		'&w3tc_action=cdn_maxcdn_configure_zone';

    		W3tc_Lightbox.load_form(url, '.w3tc_cdn_maxcdn_form', w3tc_maxcdn_resize);
	    })



	    .on('click', '.w3tc_cdn_maxcdn_configure_zone_skip', function() {
			var url = ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
        		'&w3tc_action=cdn_maxcdn_configure_zone_skip';

			W3tc_Lightbox.load_form(url, '.w3tc_cdn_maxcdn_form', w3tc_maxcdn_resize);
	    })



	    .on('click', '.w3tc_cdn_maxcdn_done', function() {
			// refresh page
	    	window.location = window.location + '&';
	    })
});