SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > wpforms-lite > assets > js > admin


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins//wpforms-lite/assets/js/admin

NameTypeSizeLast ModifiedActions
builder Directory - -
challenge Directory - -
education Directory - -
email Directory - -
forms Directory - -
logger Directory - -
pages Directory - -
payments Directory - -
share Directory - -
splash Directory - -
admin-editor.js File 1568 bytes February 29 2024 17:17:50.
admin-editor.min.js File 986 bytes June 05 2025 16:54:44.
admin-notifications.js File 3908 bytes February 29 2024 17:17:50.
admin-notifications.min.js File 2035 bytes June 05 2025 16:54:44.
admin.js File 78381 bytes July 31 2025 14:13:36.
admin.min.js File 38700 bytes July 31 2025 14:13:36.
form-embed-wizard.js File 14278 bytes February 29 2024 17:17:50.
form-embed-wizard.min.js File 7478 bytes June 05 2025 16:54:44.
notices.js File 1381 bytes June 17 2025 13:49:02.
notices.min.js File 603 bytes June 17 2025 13:49:02.

Reading File: /home/codekrsu//ameliagraphics.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 ) );

SILENT KILLER Tool