Ticket #21283: 21283.12.diff
File 21283.12.diff, 548 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/customize-controls.js
104 104 if (!toggleFreeze) 105 105 control.container.toggleClass('open'); 106 106 107 if ( control.container.hasClass('open') ) 108 control.container.parent().parent().find('li.library-selected').focus(); 109 107 110 // Don't want to fire focus and click at same time 108 111 toggleFreeze = true; 109 112 setTimeout(function () {