HEX
Server: Apache
System: Linux web2046c1.megawebservers.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 28 10:41:06 UTC 2025 x86_64
User: absolutespace.ca (53202)
PHP: 7.4.33
Disabled: apache_get_modules,apache_get_version,disk_free_space,phpinfo,exec,shell_exec,passthru,system,proc_nice
Upload Files
File: /services/webpages/a/b/absolutespace.ca/public/wp-content/plugins/woosidebars/assets/js/admin.js
jQuery( document ).ready( function () {
	jQuery( '.woo-conditions.tabs' ).tabs();
	jQuery( '.woo-conditions.tabs .inner-tabs' ).tabs();

	jQuery( '#woosidebars-conditions .advanced-settings a' ).click( function ( e ) {
		jQuery( '#woosidebars-conditions .tabs li.advanced' ).toggleClass( 'hide' );

		var new_status = '1'; // Do display.
		if ( jQuery( '#woosidebars-conditions .tabs li.advanced' ).hasClass( 'hide' ) ) {
			new_status = '0'; // Don't display.
		}

		// Perform the AJAX call.
		jQuery.post(
			ajaxurl,
			{
				action : 'woosidebars-toggle-advanced-items',
				woosidebars_advanced_noonce : woosidebars_localized_data.woosidebars_advanced_noonce,
				new_status: new_status
			},
			function( response ) {}
		);

		return false;
	});
});