- Timestamp:
- 03/07/2019 10:25:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/widgets/custom-html.js
r44474 r44816 116 116 if ( ! control.contentUpdateBypassed ) { 117 117 syncInput = control.syncContainer.find( '.sync-input.content' ); 118 control.fields.content.val( syncInput.val() ) .trigger( 'change' );118 control.fields.content.val( syncInput.val() ); 119 119 } 120 120 },
Note: See TracChangeset
for help on using the changeset viewer.