Don't be so generous with this jQuery selector. Fixes #3933

This commit is contained in:
Scott Basgaard 2013-10-17 12:25:14 +02:00
parent 9c1e4515fb
commit db405fa0ff
1 changed files with 1 additions and 1 deletions

View File

@ -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();
});