Ticket #5944: editor.js.patch
| File editor.js.patch, 682 bytes (added by , 18 years ago) |
|---|
-
wp-admin/js/editor.js
89 89 tinyMCE.triggerSave(); 90 90 ta.style.height = tinyMCE.activeEditor.contentAreaContainer.offsetHeight + 6 + 'px'; 91 91 92 if ( tinymce.isIE6 )93 ta.style.width = tinyMCE.activeEditor.contentAreaContainer.offsetWidth - 12 + 'px';94 95 92 ed.hide(); 96 93 ta.value = this.pre_wpautop(ta.value); 94 ta.style.width = '100%'; 97 95 98 96 qt.style.display = 'block'; 99 97 ec.style.padding = '6px';