Roo/CalendarPanel.js
authorAlan Knowles <alan@roojs.com>
Tue, 8 Apr 2014 12:44:19 +0000 (20:44 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 8 Apr 2014 12:44:19 +0000 (20:44 +0800)
Roo/CalendarPanel.js

index 472bf4b..5e67438 100644 (file)
@@ -44,10 +44,7 @@ Roo.CalendarPanel = function(config){
     this.on('activate', function()
     {
         Roo.log('activate');
-        if (this.rendered) {
-            return;
-        }
-        this.rendered = true;
+         
         //console.log('render tree');
         this.render();
     },this);