[richfaces-svn-commits] JBoss Rich Faces SVN: r14545 - branches/community/3.3.X/ui/menu-components/src/main/java/org/richfaces/renderkit/html.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 8 05:00:57 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-06-08 05:00:57 -0400 (Mon, 08 Jun 2009)
New Revision: 14545

Modified:
   branches/community/3.3.X/ui/menu-components/src/main/java/org/richfaces/renderkit/html/AbstractMenuRenderer.java
Log:
remove alert

Modified: branches/community/3.3.X/ui/menu-components/src/main/java/org/richfaces/renderkit/html/AbstractMenuRenderer.java
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/java/org/richfaces/renderkit/html/AbstractMenuRenderer.java	2009-06-06 12:06:28 UTC (rev 14544)
+++ branches/community/3.3.X/ui/menu-components/src/main/java/org/richfaces/renderkit/html/AbstractMenuRenderer.java	2009-06-08 09:00:57 UTC (rev 14545)
@@ -67,8 +67,7 @@
             throws IOException {
         StringBuffer buffer = new StringBuffer();
         
-        buffer.append("alert('Hello Cfif!!!');").append(
-                getLayerScript(context, component));
+        buffer.append(getLayerScript(context, component));
         
         List children = component.getChildren();
         for (Iterator it = children.iterator(); it.hasNext();) {




More information about the richfaces-svn-commits mailing list