Author: nbelaevski
Date: 2010-08-23 12:55:52 -0400 (Mon, 23 Aug 2010)
New Revision: 18937
Modified:
trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/log.js
Log:
Added missing attachToDom(...) call in log.js
Modified: trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/log.js
===================================================================
--- trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/log.js 2010-08-23
16:20:07 UTC (rev 18936)
+++ trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/log.js 2010-08-23
16:55:52 UTC (rev 18937)
@@ -170,6 +170,7 @@
init: function(options) {
this.$super.constructor.call(this, 'richfaces.log');
+ this.attachToDom();
this.__initialLogImpl = richfaces.log;
richfaces.log = this;
Show replies by date