Changeset 51701
- Timestamp:
- 08/31/2021 01:49:23 PM (3 years ago)
- Location:
- trunk/src/js/_enqueues/wp/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/widgets/custom-html.js
r50001 r51701 357 357 } 358 358 359 idBase = widgetForm.find( ' > .widget-control-actions >.id_base' ).val();359 idBase = widgetForm.find( '.id_base' ).val(); 360 360 if ( -1 === component.idBases.indexOf( idBase ) ) { 361 361 return; -
trunk/src/js/_enqueues/wp/widgets/media.js
r50547 r51701 1213 1213 } 1214 1214 1215 idBase = widgetForm.find( ' > .widget-control-actions >.id_base' ).val();1215 idBase = widgetForm.find( '.id_base' ).val(); 1216 1216 1217 1217 ControlConstructor = component.controlConstructors[ idBase ];
Note: See TracChangeset
for help on using the changeset viewer.