Changeset 32087
- Timestamp:
- 04/08/2015 07:02:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r32083 r32087 724 724 } ); 725 725 topPanel.attr( 'tabindex', '-1' ); 726 changeBtn.attr( 'tabindex', '-1' ); 726 727 customizeBtn.focus(); 727 728 } else { … … 736 737 } ); 737 738 topPanel.attr( 'tabindex', '0' ); 739 customizeBtn.attr( 'tabindex', '0' ); 738 740 changeBtn.focus(); 739 741 container.scrollTop( 0 );
Note: See TracChangeset
for help on using the changeset viewer.