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
This commit is contained in:
Andrew Nacin 2014-03-25 12:00:01 +00:00
parent 5653356188
commit b48db6834f

View File

@ -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 = '';