Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers.

props rzen, ehg.
fixes #27848.


git-svn-id: https://develop.svn.wordpress.org/trunk@28266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-05-06 04:13:52 +00:00
parent eda51bf856
commit 7ada7af9d0

View File

@@ -70,7 +70,7 @@
},
setButtons: function() {
var elements = $('.actions .remove');
var elements = $('#customize-control-header_image .actions .remove');
if (this.model.get('choice')) {
elements.show();
} else {