PHP 8.1.33
Preview: editor.js Size: 921 B
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/twentytwentyone/assets/js/editor.js

/* global setTimeout */
wp.domReady( function() {
	// Unregister "Wide" Separator Style.
	wp.blocks.unregisterBlockStyle( 'core/separator', 'wide' );

	// Add to ".block-editor__typewriter" the "is-dark-theme" class if needed.
	function twentytwentyoneCopyDarkThemeClass() {
		var editor,
			attemptDelay = 25,
			attempt = 0,
			maxAttempts = 10;

		if ( ! document.body.classList.contains( 'is-dark-theme' ) ) {
			return;
		}

		editor = document.querySelector( '.block-editor__typewriter' );
		if ( null === editor ) {
			// Try again.
			if ( attempt < maxAttempts ) {
				setTimeout( function() {
					twentytwentyoneCopyDarkThemeClass();
				}, attemptDelay );

				// Increment the attempts counter.
				attempt++;

				// Double the delay, give the server some time to breathe.
				attemptDelay *= 2;
			}
			return;
		}

		editor.classList.add( 'is-dark-theme' );
	}

	twentytwentyoneCopyDarkThemeClass();
} );

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).