Don't be so generous with this jQuery selector. Fixes #3933
This commit is contained in:
parent
9c1e4515fb
commit
db405fa0ff
|
@ -94,7 +94,7 @@ jQuery(document).ready(function(){
|
|||
|
||||
jQuery('#wpbody').on('click', '#doaction, #doaction2', function(){
|
||||
jQuery('input.text', '.inline-edit-row').val('');
|
||||
jQuery('select').prop('selectedIndex',0);
|
||||
jQuery('#woocommerce-fields select').prop('selectedIndex',0);
|
||||
jQuery('#woocommerce-fields-bulk .inline-edit-group .alignright').hide();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue