From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 4 Oct 2006 16:42:05 -0000 Subject: [Cluster-devel] conga/luci/cluster resource_form_handlers.js Message-ID: <20061004164205.22429.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-04 16:42:05 Modified files: luci/cluster : resource_form_handlers.js Log message: comment out debugging code Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.17&r2=1.18 --- conga/luci/cluster/resource_form_handlers.js 2006/10/02 20:21:47 1.17 +++ conga/luci/cluster/resource_form_handlers.js 2006/10/04 16:42:05 1.18 @@ -403,7 +403,7 @@ /* sort this out in the backend */ master_form.form_xml.value = form_xml; - alert(form_xml); + /* alert(form_xml); */ if (confirm('Save changes to this service?')) master_form.submit(); return (0);