Ticket #19649: 19649.diff
File 19649.diff, 512 bytes (added by , 13 years ago) |
---|
-
wp-admin/js/wp-fullscreen.dev.js
PubSub.prototype.publish = function( topic, args ) { 727 727 newheight = txt.scrollHeight > 300 ? txt.scrollHeight : 300; 728 728 729 729 if ( newheight != api.oldheight ) { 730 txt.style.height = newheight+ 'px';730 txt.style.height = (newheight) + 'px'; 731 731 api.oldheight = newheight; 732 732 } 733 733 };