Remove undefined variable

This commit is contained in:
Shiva Poudel 2015-06-03 21:18:01 +05:45
parent 0e01ff90f3
commit 051964adc5
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ jQuery( function( $ ) {
$('#catalog-visibility-select').slideUp('fast');
$('#catalog-visibility .edit-catalog-visibility').show();
var value = $( 'input[name=_visibility]:checked' ).val();
var label = $( 'input[name=_visibility]:checked' ).attr( 'data-label' );
if ( $( 'input[name=_featured]' ).is( ':checked' ) ) {