Changeset 25680
- Timestamp:
- 10/03/2013 01:45:39 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/js/customize-controls.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r25027 r25680 37 37 38 38 this.id = id; 39 this.selector = '#customize-control-' + id.replace( ']', '' ).replace( '[', '-' );39 this.selector = '#customize-control-' + id.replace( /\]/g, '' ).replace( /\[/g, '-' ); 40 40 this.container = $( this.selector ); 41 41
Note: See TracChangeset
for help on using the changeset viewer.