From b48db6834f19de3768646efc709185e0422ab43f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 25 Mar 2014 12:00:01 +0000 Subject: [PATCH] Custom backgrounds: Always cause a preview in the customizer. Omitted from [27703]. props obenland. see #22030. git-svn-id: https://develop.svn.wordpress.org/trunk@27704 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/customize-preview.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-includes/js/customize-preview.js b/src/wp-includes/js/customize-preview.js index 5f81ec7564..1d274f9c64 100644 --- a/src/wp-includes/js/customize-preview.js +++ b/src/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 = '';