Changeset 28269
- Timestamp:
- 05/06/2014 04:29:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r28102 r28269 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_image .actions .remove'); 313 this.btnNew = $('#customize-control-header_image .actions .new'); 314 314 315 315 _.bindAll(this, 'openMedia', 'removeImage');
Note: See TracChangeset
for help on using the changeset viewer.