HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/Divi/includes/builder/scripts/cache_notice.js
(function($){
	window.et_error_modal_shown = false;
	window.et_builder_version = window.et_builder_version || '';

	var $et_cache_notice_template = $( '#et-builder-cache-notice-template' );

	if ( et_pb_notice_options.product_version !== window.et_builder_version ) {
		$( 'body' ).addClass( 'et_pb_stop_scroll' ).append( $et_cache_notice_template.html() );

		window.et_pb_align_vertical_modal( $( '.et_pb_prompt_modal' ) );

		window.et_error_modal_shown = true;
	}
})(jQuery)