Changes between Initial Version and Version 1 of Ticket #30031
- Timestamp:
- 10/18/2014 05:25:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30031
- Property Keywords has-patch added
-
Ticket #30031 – Description
initial v1 4 4 #!js 5 5 var parentSection = this.container.closest( '.control-section' ), 6 backgroundColor 6 backgroundColor = parentSection.find( '#customize-control-background_color .color-picker-hex' ); 7 7 // ... 8 8 backgroundColor.val( colorScheme[value].colors[0] ) … … 13 13 14 14 {{{ 15 #!js 15 16 wp.customize('background_color').set( '#000000' ) 16 17 wp.customize('background_color').set( '#999999' )