Changeset 27701
- Timestamp:
- 03/25/2014 11:22:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-widgets.js
r27693 r27701 1424 1424 control.expandControlSection(); 1425 1425 control.expandForm(); 1426 control.container.find( ' :focusable:first' ).focus().trigger( 'click');1426 control.container.find( '.widget-content :focusable:first' ).focus(); 1427 1427 }, 1428 1428
Note: See TracChangeset
for help on using the changeset viewer.