Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.adp 31 Aug 2006 14:21:19 -0000 1.4 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.adp 31 Aug 2006 14:30:00 -0000 1.5 @@ -41,7 +41,6 @@ var id = fields[i]; var el = document.getElementById(id); param[id] = el.value; - alert(id + "='" + el.value + "'"); } __dlg_close(param); return false;