Changeset 22512
- Timestamp:
- 11/09/2012 08:57:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/customize-controls.js
r22492 r22512 104 104 if (!toggleFreeze) 105 105 control.container.toggleClass('open'); 106 107 if ( control.container.hasClass('open') ) 108 control.container.parent().parent().find('li.library-selected').focus(); 106 109 107 110 // Don't want to fire focus and click at same time
Note: See TracChangeset
for help on using the changeset viewer.