diff --git a/src/wp-admin/js/customize-controls.js b/src/wp-admin/js/customize-controls.js index 9c28a96d5f..4bfc252a44 100644 --- a/src/wp-admin/js/customize-controls.js +++ b/src/wp-admin/js/customize-controls.js @@ -309,8 +309,8 @@ api.HeaderControl = api.Control.extend({ ready: function() { - this.btnRemove = $('.actions .remove'); - this.btnNew = $('.actions .new'); + this.btnRemove = $('#customize-control-header_image .actions .remove'); + this.btnNew = $('#customize-control-header_image .actions .new'); _.bindAll(this, 'openMedia', 'removeImage');