Ticket #27761: 27761.diff
File 27761.diff, 572 bytes (added by , 11 years ago) |
---|
-
wp-admin/js/dashboard.js
149 149 'display': 'none' 150 150 }); 151 151 152 // propertychange is for IE <9153 editor.on('focus input propertychange', function() {152 // propertychange breaks IE < 9 in 3.9 153 editor.on('focus input', function() { 154 154 var $this = $(this), 155 155 // is to ensure that the height of a final trailing newline is included. 156 156 textareaContent = $this.val() + ' ',