Author: SergeySmirnov
Date: 2007-09-13 14:47:52 -0400 (Thu, 13 Sep 2007)
New Revision: 2934
Modified:
trunk/ui/effect/src/main/templates/effect.jspx
Log:
removed extra js file from effect template
Modified: trunk/ui/effect/src/main/templates/effect.jspx
===================================================================
--- trunk/ui/effect/src/main/templates/effect.jspx 2007-09-13 17:09:02 UTC (rev 2933)
+++ trunk/ui/effect/src/main/templates/effect.jspx 2007-09-13 18:47:52 UTC (rev 2934)
@@ -17,7 +17,7 @@
<c:set var="type"
value="#{component.attributes['type']}"/>
<c:set var="targetId"
value="#{component.attributes['targetId']}"/>
<c:set var="params" value="#{this:convertParameters(context,
component)}"/>
- <h:scripts>new
org.ajax4jsf.javascript.PrototypeScript(),scripts/scriptaculous/scriptaculous.js,scripts/scriptaculous/effects.js,/org/richfaces/renderkit/html/script/processEffect.js</h:scripts>
+ <h:scripts>new
org.ajax4jsf.javascript.PrototypeScript(),scripts/scriptaculous/effects.js,/org/richfaces/renderkit/html/script/processEffect.js</h:scripts>
<jsp:scriptlet>