Author: maksimkaszynski
Date: 2008-05-19 11:24:00 -0400 (Mon, 19 May 2008)
New Revision: 8633
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3388
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2008-05-19
13:14:48 UTC (rev 8632)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2008-05-19
15:24:00 UTC (rev 8633)
@@ -36,7 +36,7 @@
<rich:jQuery selector="#gallery img"
query="addClass('pic-normal')"/>
- <rich:jQuery selector="#gallery img" query="wrap('<div
class=\'wrap1\'>')" />
+ <rich:jQuery selector="#gallery img" query="wrap('<div
class=\'wrap1\'></div>')" />
<rich:jQuery selector="#gallery img"
query="mouseover(function(){enlargePic(this)})"/>
<rich:jQuery selector="#gallery img"
query="mouseout(function(){normalPic(this)})"/>