]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/customize-preview.js
WordPress 3.9
[autoinstalls/wordpress.git] / wp-includes / js / customize-preview.js
index 5f81ec7564f8f42089b039d23187088788ebc1a4..1d274f9c643b06509649da2f97e68351d62bc2c9 100644 (file)
                                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 = '';