Changeset 28200
- Timestamp:
- 04/24/2014 09:41:51 PM (11 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/js/post.js
r28070 r28200 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.