Author: nbelaevski
Date: 2008-12-06 02:31:55 -0500 (Sat, 06 Dec 2008)
New Revision: 11602
Modified:
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
Log:
https://jira.jboss.org/jira/browse/RF-5202
Modified:
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
===================================================================
---
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2008-12-06
07:09:43 UTC (rev 11601)
+++
trunk/ui/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2008-12-06
07:31:55 UTC (rev 11602)
@@ -64,7 +64,7 @@
new Insertion.Before(this.toolTip,
"<iframe src=\"javascript:''\" frameborder=\"0\"
scrolling=\"no\" id=\"" + this.id + "iframe\"" +
"style=\"position: absolute; width: " + this.toolTipOffsetW +
"px; height: " + this.toolTipOffsetH + "px; display:
none;background-color:black; z-index: " +
- + (toolTipZindex-1) + ";\">" + "</iframe>");
+ (toolTipZindex-1) + ";\">" + "</iframe>");
this.iframe = $(this.id + 'iframe');
}