Ticket #25997: 25997.patch
File 25997.patch, 503 bytes (added by , 11 years ago) |
---|
-
wp-admin/js/xfn.js
7 7 $(this).prop('disabled', true).parent().addClass('disabled'); 8 8 } else { 9 9 $(this).removeAttr('disabled').parent().removeClass('disabled'); 10 if ( $(this).is(':checked') && $(this).val() != '')10 if ( $(this).is(':checked') && $(this).val() !== '') 11 11 inputs += $(this).val() + ' '; 12 12 } 13 13 });