X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Fplugin_autoreply.inc.php;h=671d7a040c67ac0460b0a028697e32ec2021e8e2;hb=8294c7d200119afdfb56dbfe69765ea449bb8a06;hp=561e4f943b26d56a2ac2f8d04bab9db5da57e03d;hpb=693b6ec6fa26c0d1d818638f2f949a50aba7382a;p=old-projects.git diff --git a/philter/philter/include/plugin_autoreply.inc.php b/philter/philter/include/plugin_autoreply.inc.php index 561e4f9..671d7a0 100644 --- a/philter/philter/include/plugin_autoreply.inc.php +++ b/philter/philter/include/plugin_autoreply.inc.php @@ -18,9 +18,7 @@ class AutoReplyPlugin extends ActionPlugin { . " var ta = document.createElement('textarea');\n" . " ta.setAttribute('name', Node.name+'[1]');\n" . " ta.setAttribute('cols', '74');\n" - . " ta.setAttribute('rows', '2');\n" - . " ta.setAttribute('onfocus', 'ta_onfocus(this);');\n" - . " ta.setAttribute('onblur', 'ta_onblur(this);');\n" + . " ta.setAttribute('rows', '10');\n" . " if(data[1]) ta.value = data[1];\n" . "\n" . " Node.appendChild(document.createElement('br'));\n"