| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/janousekadvokat_cz/www/wp-content/themes/enfold/config-wordpress-seo/ |
Upload File : |
jQuery(document).ready(function($) {
function avia_yoast_edit_analysis()
{
var builder = jQuery('#avia_builder:visible'),
results = jQuery('#focuskwresults li:eq(3) 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();
});