www.chimfab.com Open in urlscan Pro
35.215.122.222  Public Scan

Submitted URL: http://www.chimfab.com/wp-content/plugins/exchange-addon-stripe/lib/js/stripe-addon.js?ver=6.4.2
Effective URL: https://www.chimfab.com/wp-content/plugins/exchange-addon-stripe/lib/js/stripe-addon.js?ver=6.4.2
Submission: On January 19 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

/**
 * Adds a processing div to background after user hits subit but before the page refreshes
*/
function it_exchange_stripe_processing_payment_popup() {
	jQuery( document ).ready( function( $ ) {
		var it_exchange_stripe_processing_html = '<div id="it-exchange-processing-payment"><div><span></span><p>' + stripeAddonL10n.processing_payment_text + '</p></div></div>';
		$( 'body' ).append( it_exchange_stripe_processing_html );
		$( '#it-exchange-processing-payment' ).show();
	});
}