philter is fully compatible with : IE 6.0+, Opera 7.0+, Konqueror 3.1.99+,
[old-projects.git] / philter / philter / include / plugin_autoreply.inc.php
index 561e4f9..671d7a0 100644 (file)
@@ -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"