]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/customize-controls.js
WordPress 3.9.1
[autoinstalls/wordpress.git] / wp-admin / js / customize-controls.js
index 9c28a96d5fa399a24a24740f8b33daf974982975..4bfc252a445046660b474c5316f4abcb6eae553b 100644 (file)
 
        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');