HEX
Server: Apache
System: Linux host17.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: shrsglobal (7178)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //home/shrsglobal/www/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js
jQuery(function($) {
	function w3tc_rackspace_resize(o) {
		o.resize();
	}

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



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

	    	W3tc_Lightbox.load_form(url, '.w3tc_cdn_rackspace_form',
	    		w3tc_rackspace_resize);
	    })
});