From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 7 Oct 2006 20:12:47 -0000 Subject: [Cluster-devel] conga/luci/cluster resource_form_handlers.js Message-ID: <20061007201247.3011.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-10-07 20:12:47 Modified files: luci/cluster : resource_form_handlers.js Log message: fix the input so that it is properly formed xml Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.19&r2=1.20 --- conga/luci/cluster/resource_form_handlers.js 2006/10/04 17:24:58 1.19 +++ conga/luci/cluster/resource_form_handlers.js 2006/10/07 20:12:47 1.20 @@ -402,8 +402,7 @@ return (-1); /* sort this out in the backend */ - master_form.form_xml.value = form_xml; - /* alert(form_xml); */ + master_form.form_xml.value = '' + form_xml + ''; if (confirm('Save changes to this service?')) master_form.submit(); return (0);