File "post-meta-box.js"
Full Path: /var/www/bvnghean.vn/wp-content/plugins/sneeit-framework/js/post-meta-box.js
File size: 145 bytes
MIME-type: text/plain
Charset: utf-8
jQuery(document).ready(function($){
$('.postbox .inside').each(function(){
$(this).find('.sneeit-control').first().addClass('first');
});
});