X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ceb5a929e00123b4e224977c6b5a149f6431b250..refs/tags/wordpress-3.9:/wp-includes/js/customize-preview.js diff --git a/wp-includes/js/customize-preview.js b/wp-includes/js/customize-preview.js index 5f81ec75..1d274f9c 100644 --- a/wp-includes/js/customize-preview.js +++ b/wp-includes/js/customize-preview.js @@ -108,11 +108,6 @@ style = $('#custom-background-css'), update; - // If custom backgrounds are active and we can't find the - // default output, bail. - if ( body.hasClass('custom-background') && ! style.length ) - return; - update = function() { var css = '';