HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/enfold/config-wordpress-seo/wpseo-mod.js
jQuery( function($)
{

	function avia_yoast_edit_analysis()
	{
		var builder = jQuery('#avia_builder:visible'),
			results = jQuery('#focuskwresults li' ).eq( 3 ).find( 'span' ),
			content = jQuery('#content');

		if( builder.length )
		{
			content.on('av_update', function()
			{
				content.trigger('focusout');
			});

			// results.removeClass('wrong').addClass('good');
			// results.html('Content Analysis disabled since it does not work with complex layout building tools <br/><small>(No worries though: Search engines won\'t have difficulties to fetch your content)</small>');
		}
	}

	/*activate functions*/
	avia_yoast_edit_analysis();
});