PHP 8.1.33
Preview: customize.js Size: 1.00 KB
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/twentytwentyone/assets/js/customize.js

/* global twentytwentyoneGetHexLum */

( function() {
	// Wait until the customizer has finished loading.
	wp.customize.bind( 'ready', function() {
		// Hide the "respect_user_color_preference" setting if the background-color is dark.
		if ( 127 > twentytwentyoneGetHexLum( wp.customize( 'background_color' ).get() ) ) {
			wp.customize.control( 'respect_user_color_preference' ).deactivate();
			wp.customize.control( 'respect_user_color_preference_notice' ).deactivate();
		}

		// Handle changes to the background-color.
		wp.customize( 'background_color', function( setting ) {
			setting.bind( function( value ) {
				if ( 127 > twentytwentyoneGetHexLum( value ) ) {
					wp.customize.control( 'respect_user_color_preference' ).deactivate();
					wp.customize.control( 'respect_user_color_preference_notice' ).activate();
				} else {
					wp.customize.control( 'respect_user_color_preference' ).activate();
					wp.customize.control( 'respect_user_color_preference_notice' ).deactivate();
				}
			} );
		} );
	} );
}() );

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
123 B lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.01 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
2.47 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.00 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
2.19 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.21 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
921 B lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.52 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.03 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
5.57 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
1.10 KB lrw-r--r-- 2024-11-22 17:53:25
Edit Download
797 B lrw-r--r-- 2024-11-22 17:53:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).