PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
google-analytics-for-wordpress
/
assets
/
js
jQuery( document ).ready( function( $ ) { /** * Dismissable Notices * - Sends an AJAX request to mark the notice as dismissed */ $( 'div.monsterinsights-notice' ).on( 'click', 'button.notice-dismiss', function( e ) { e.preventDefault(); $( this ).closest( 'div.monsterinsights-notice' ).fadeOut(); // If this is a dismissible notice, it means we need to send an AJAX request if ( $( this ).parent().hasClass( 'is-dismissible' ) ) { $.post( monsterinsights_admin_common.ajax, { action: 'monsterinsights_ajax_dismiss_notice', nonce: monsterinsights_admin_common.dismiss_notice_nonce, notice: $( this ).parent().data( 'notice' ) }, function( response ) {}, 'json' ); } } ); }); var submenu_item = document.querySelector( '.monsterinsights-upgrade-submenu' ); if ( null !== submenu_item ) { var li = submenu_item.parentNode.parentNode; if ( li ) { li.classList.add( 'monsterinsights-submenu-highlight' ); } }
[-] frontend.min.js
[edit]
[-] admin-common.min.js
[edit]
[-] frontend.js
[edit]
[-] index.php
[edit]
[+]
..
[-] frontend-gtag.min.js
[edit]
[-] frontend-gtag.js
[edit]
[-] admin-widget-settings.js
[edit]
[-] popular-posts.min.js
[edit]
[-] admin-widget-settings.min.js
[edit]
[-] popular-posts.js
[edit]
[-] admin-common.js
[edit]