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:
parent
5653356188
commit
b48db6834f
@ -108,11 +108,6 @@
|
|||||||
style = $('#custom-background-css'),
|
style = $('#custom-background-css'),
|
||||||
update;
|
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() {
|
update = function() {
|
||||||
var css = '';
|
var css = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user