Requested change on data check
This commit is contained in:
parent
4a3b6fdcbe
commit
f845063422
|
@ -808,7 +808,7 @@ jQuery( function( $ ) {
|
|||
$( 'select.variation_actions' ).trigger( do_variation_action );
|
||||
data = $( 'select.variation_actions' ).triggerHandler( do_variation_action + '_ajax_data', data );
|
||||
|
||||
if ( true === data.cancel ) {
|
||||
if ( null === data ) {
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue