Ticket #28046: 28046.1.diff
File 28046.1.diff, 608 bytes (added by , 11 years ago) |
---|
-
wp-admin/js/customize-controls.js
309 309 310 310 api.HeaderControl = api.Control.extend({ 311 311 ready: function() { 312 this.btnRemove = $('. actions .remove');313 this.btnNew = $('. actions .new');312 this.btnRemove = $('.customize-control-header .actions .remove'); 313 this.btnNew = $('.customize-control-header .actions .new'); 314 314 315 315 _.bindAll(this, 'openMedia', 'removeImage'); 316 316