Changeset 28193
- Timestamp:
- 04/24/2014 04:10:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/post.js
r28070 r28193 1026 1026 if ( mce ) { 1027 1027 editor.focus(); 1028 toolbarHeight = $( '#wp-content-editor-container .mce-toolbar-grp' ).height();1028 toolbarHeight = parseInt( $( '#wp-content-editor-container .mce-toolbar-grp' ).height(), 10 ); 1029 1029 1030 1030 if ( toolbarHeight < 10 || toolbarHeight > 200 ) {
Note: See TracChangeset
for help on using the changeset viewer.