Ticket #30592: 30592.patch
File 30592.patch, 612 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/editor-expand.js
36 36 pinnedToolsTop = 56, 37 37 sidebarBottom = 20, 38 38 autoresizeMinHeight = 300, 39 initialMode = window.getUserSetting( 'editor' ),39 initialMode = $contentWrap.hasClass( 'tmce-active' ) ? 'tinymce' : 'html', 40 40 advanced = !! parseInt( window.getUserSetting( 'hidetb' ), 10 ), 41 41 // These are corrected when adjust() runs, except on scrolling if already set. 42 42 heights = {