0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
post-views-counter
/
js
/
[
Home
]
File: admin-widgets.js
( function( $ ) { // ready event $( function() { $( document ).on( 'change', '.pvc-show-post-thumbnail', function() { $( this ).closest( '.widget-content' ).find( '.pvc-post-thumbnail-size' ).fadeToggle( 300 ); } ); } ); } )( jQuery );