Index: trunk/extensions/SemanticMediaWiki/skins/elastic/jquery.elastic.source.js |
— | — | @@ -128,9 +128,9 @@ |
129 | 129 | $textarea.css({'overflow':'hidden'}); |
130 | 130 | |
131 | 131 | // Update textarea size on keyup, change, cut and paste |
132 | | - $textarea.bind('keyup change cut paste', function(){ |
133 | | - update(); |
134 | | - }); |
| 132 | + //$textarea.bind('keyup change cut paste', function(){ |
| 133 | + // setTimeout( update, 10000 ); |
| 134 | + //}); |
135 | 135 | |
136 | 136 | // Update width of twin if browser or textarea is resized (solution for textareas with widths in percent) |
137 | 137 | jQuery(window).bind('resize', setTwinWidth); |