Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html 2 Nov 2005 08:56:01 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html 11 Nov 2005 20:32:43 -0000 1.2 @@ -24,7 +24,7 @@ } } document.getElementById("f_name").focus(); -}; +} function onOK() { var el = document.getElementById("f_name"); @@ -50,12 +50,12 @@ } __dlg_close(param); return false; -}; +} function onCancel() { __dlg_close(null); return false; -}; +} @@ -110,4 +110,4 @@ - + \ No newline at end of file