PHP 8.2.31
Preview: admin-editor.js Size: 1.53 KB
//home/nshryvcy/himaltourism.com/wp-content/plugins/wpforms-lite/assets/js/admin/admin-editor.js

;( function( $ ) {

	$( function() {

		// Close modal.
		var wpformsModalClose = function() {

			if ( $( '#wpforms-modal-select-form' ).length ) {
				$( '#wpforms-modal-select-form' ).get( 0 ).selectedIndex = 0;
				$( '#wpforms-modal-checkbox-title, #wpforms-modal-checkbox-description' ).prop( 'checked', false );
			}

			$( '#wpforms-modal-backdrop, #wpforms-modal-wrap' ).css( 'display', 'none' );
			$( document.body ).removeClass( 'modal-open' );
		};

		// Open modal when media button is clicked.
		$( document ).on( 'click', '.wpforms-insert-form-button', function( event ) {

			event.preventDefault();
			$( '#wpforms-modal-backdrop, #wpforms-modal-wrap' ).css( 'display', 'block' );
			$( document.body ).addClass( 'modal-open' );
		} );

		// Close modal on close or cancel links.
		$( document ).on( 'click', '#wpforms-modal-close, #wpforms-modal-cancel a', function( event ) {

			event.preventDefault();
			wpformsModalClose();
		} );

		// Insert shortcode into TinyMCE.
		$( document ).on( 'click', '#wpforms-modal-submit', function( event ) {

			event.preventDefault();

			var shortcode;

			shortcode = '[wpforms id="' + $( '#wpforms-modal-select-form' ).val() + '"';

			if ( $( '#wpforms-modal-checkbox-title' ).is( ':checked' ) ) {
				shortcode = shortcode + ' title="true"';
			}

			if ( $( '#wpforms-modal-checkbox-description' ).is( ':checked' ) ) {
				shortcode = shortcode + ' description="true"';
			}

			shortcode = shortcode + ']';

			wp.media.editor.insert( shortcode );
			wpformsModalClose();
		} );

	} );

}( jQuery ) );

Directory Contents

Dirs: 10 × Files: 10

Name Size Perms Modified Actions
builder DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
challenge DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
education DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
email DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
forms DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
logger DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
pages DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
payments DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
share DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
splash DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
1.53 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
993 B lrw-r--r-- 2025-01-05 05:34:50
Edit Download
3.82 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
2.01 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
76.07 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
38.12 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
13.94 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
7.32 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.41 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
656 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download

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