[Cluster-devel] conga/luci/cluster resource_form_handlers.js

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Oct 4 16:42:05 UTC 2006


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);




More information about the Cluster-devel mailing list