%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/wordpress/wp-content/plugins/wordpress-seo/js/ |
Current File : /var/www/html/bbw/farmaci/wordpress/wp-content/plugins/wordpress-seo/js/wp-seo-admin.js |
jQuery(document).ready(function() { /* Fix banner images overlapping help texts */ jQuery('.screen-meta-toggle a').click( function() { jQuery("#sidebar-container").toggle(); }); // events jQuery('#enablexmlsitemap').change(function() { jQuery('#sitemapinfo').toggle(jQuery(this).is(':checked')); }).change(); jQuery('#breadcrumbs-enable').change(function() { jQuery('#breadcrumbsinfo').toggle(jQuery(this).is(':checked')); }).change(); jQuery('#disable_author_sitemap').change(function() { jQuery('#xml_user_block').toggle(!jQuery(this).is(':checked')); }).change(); jQuery('#cleanpermalinks').change(function() { jQuery('#cleanpermalinksdiv').toggle(jQuery(this).is(':checked')); }).change(); jQuery('#wpseo-tabs').find('a').click(function() { jQuery('#wpseo-tabs').find('a').removeClass('nav-tab-active'); jQuery('.wpseotab').removeClass('active'); var id = jQuery(this).attr('id').replace('-tab',''); jQuery('#' + id).addClass('active'); jQuery(this).addClass('nav-tab-active'); }); jQuery("#company_or_person").change(function() { if ( 'company' == jQuery(this).val() ) { jQuery('#knowledge-graph-company').show(); jQuery('#knowledge-graph-person').hide(); } else if ( 'person' == jQuery(this).val() ) { jQuery('#knowledge-graph-company').hide(); jQuery('#knowledge-graph-person').show(); } else { jQuery('#knowledge-graph-company').hide(); jQuery('#knowledge-graph-person').hide(); } }).change(); // init var active_tab = window.location.hash.replace('#top#',''); // default to first tab if ( active_tab == '' || active_tab == '#_=_') { active_tab = jQuery('.wpseotab').attr('id'); } jQuery('#' + active_tab).addClass('active'); jQuery('#' + active_tab + '-tab').addClass('nav-tab-active'); jQuery('.nav-tab-active').click(); }); // global functions function setWPOption( option, newval, hide, nonce ) { jQuery.post(ajaxurl, { action: 'wpseo_set_option', option: option, newval: newval, _wpnonce: nonce }, function(data) { if (data) jQuery('#'+hide).hide(); } ); } function wpseo_killBlockingFiles( nonce ) { jQuery.post( ajaxurl, { action: 'wpseo_kill_blocking_files', _ajax_nonce: nonce }, function(data) { if (data == 'success') jQuery('#blocking_files').hide(); else jQuery('#block_files').html(data); }); } function copy_home_meta() { jQuery('#og_frontpage_desc').val(jQuery('#meta_description').val()); } function wpseo_set_tab_hash() { conf = jQuery('#wpseo-conf'); if ( conf.length ) { var currentUrl = conf.attr('action').split('#')[0]; conf.attr('action', currentUrl + window.location.hash); } } /** * When the hash changes, get the base url from the action and then add the current hash */ jQuery(window).on('hashchange', wpseo_set_tab_hash); /** * When the hash changes, get the base url from the action and then add the current hash */ jQuery(document).on('ready', wpseo_set_tab_hash);