File "admin-widgets.js"

Full Path: /home/elegucvf/public_html/wp-content-20250317205720/plugins/post-views-counter/js/admin-widgets.js
File size: 247 bytes
MIME-type: text/plain
Charset: utf-8

( function( $ ) {

	// ready event
	$( function() {
		$( document ).on( 'change', '.pvc-show-post-thumbnail', function() {
			$( this ).closest( '.widget-content' ).find( '.pvc-post-thumbnail-size' ).fadeToggle( 300 );
		} );
	} );

} )( jQuery );