Loading should be false

This commit is contained in:
Mike Jolley 2018-03-13 11:50:43 +00:00
parent 64f85346c0
commit 1dd558ac69
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
setTimeout( function() {
$form.trigger( 'check_variations' );
$form.trigger( 'wc_variation_form' );
$form.loading = loading;
$form.loading = false;
}, 100 );
};