| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/robotics/wp-content/plugins/google-analytics-for-wordpress/assets/js/ |
Upload File : |
jQuery(document).ready(function () {
if (0 === jQuery('#monsterinsights-metabox-page-insights').length) {
return;
}
jQuery('#monsterinsights_show_page_insights').click(function (event) {
event.preventDefault();
jQuery('#monsterinsights-page-insights-content').slideDown('slow');
jQuery('#monsterinsights_show_page_insights').fadeOut('slow');
});
jQuery('#monsterinsights_hide_page_insights').click(function (event) {
event.preventDefault();
jQuery('#monsterinsights-page-insights-content').slideUp('slow', function () {
jQuery('#monsterinsights_show_page_insights').fadeIn('slow');
});
});
jQuery('.monsterinsights-page-insights__tabs-tab').click(function (event) {
event.preventDefault();
let tab_target = jQuery(this).data('tab');
jQuery('.monsterinsights-page-insights__tabs-tab.active').removeClass('active');
jQuery(this).addClass('active');
jQuery('.monsterinsights-page-insights-tabs-content__tab.active').removeClass('active');
jQuery('#' + tab_target).addClass('active');
});
});