author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Wed, 15 Jul 2009 18:28:57 +0200 | |
branch | stable |
changeset 2378 | 75af50d66b0a |
parent 2377 | fc1fea0e87c5 |
child 2379 | 3fb9ceb5650f |
--- a/web/data/cubicweb.htmlhelpers.js Wed Jul 15 17:48:24 2009 +0200 +++ b/web/data/cubicweb.htmlhelpers.js Wed Jul 15 18:28:57 2009 +0200 @@ -230,8 +230,6 @@ function autogrow(area) { - log('scrollHeight ' + area.scrollHeight); - log('clientHeight ' + area.clientHeight); if (area.scrollHeight > area.clientHeight && !window.opera) { if (area.rows < 20) { area.rows += 2;