Ticket #22236: 22236-2.patch
File 22236-2.patch, 438 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/inline-edit-post.js
62 62 t.setBulk(); 63 63 } else if ( $('form#posts-filter tr.inline-editor').length > 0 ) { 64 64 t.revert(); 65 } else if ( $('select[name="'+n+'"]').val() == '-1' ) { 66 e.preventDefault(); 65 67 } 66 68 }); 67 69 },