Author: abelevich
Date: 2007-11-22 13:14:23 -0500 (Thu, 22 Nov 2007)
New Revision: 4207
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
Log:
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
===================================================================
---
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js 2007-11-22
18:03:40 UTC (rev 4206)
+++
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js 2007-11-22
18:14:23 UTC (rev 4207)
@@ -206,7 +206,7 @@
}
if (this.options.onhide && this.options.onhide != ""){
- this.eventOnHide = new
Function("event",this.options.onhide).bindAsEventListener(this);
+ this.eventOnHide = new Function("event",this.options.onhide);
}
ModalPanel.panels.push(this);
Show replies by date