[richfaces-svn-commits] JBoss Rich Faces SVN: r475 - trunk/richfaces/tree/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Apr 22 17:07:41 EDT 2007


Author: nbelaevski
Date: 2007-04-22 17:07:41 -0400 (Sun, 22 Apr 2007)
New Revision: 475

Modified:
   trunk/richfaces/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-item.js
Log:
Debug code commented

Modified: trunk/richfaces/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-item.js
===================================================================
--- trunk/richfaces/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-item.js	2007-04-21 13:59:11 UTC (rev 474)
+++ trunk/richfaces/tree/src/main/resources/org/richfaces/renderkit/html/scripts/tree-item.js	2007-04-22 21:07:41 UTC (rev 475)
@@ -196,6 +196,7 @@
 	toggleSelection: function(e) {
 		this.tree.deselectAll();
 
+		/*
 		var attr = this.elements.text.attributes;
 		var s = "";
 		for (var i = 0; i < attr.length; i++) {
@@ -203,10 +204,9 @@
 		}
 		
 		alert(s);
+		*/
 		
 		var sClass = Richfaces.getNSAttribute("selectedclass", this.elements.text);
-		alert(sClass);
-
 		if (sClass) {
 	
 			var classNames = sClass.split(' ')




More information about the richfaces-svn-commits mailing list