Ticket #12186: bgrepeat_preview_broken.patch
File bgrepeat_preview_broken.patch, 573 bytes (added by , 15 years ago) |
---|
-
wp-admin/js/custom-background.dev.js
27 27 jQuery('#custom-background-image').css('background-position', jQuery(this).val() + ' top'); 28 28 }); 29 29 30 jQuery(' select[name="background-repeat"]').change(function() {30 jQuery('input[name="background-repeat"]').change(function() { 31 31 jQuery('#custom-background-image').css('background-repeat', jQuery(this).val()); 32 32 }); 33 33