Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:24:41 +0000 (13:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:24:41 +0000 (13:24 +0800)
Roo/bootstrap/Calendar.js

index c7bd31e..20ff17a 100644 (file)
@@ -223,11 +223,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     initEvents : function()
     {
         this.resize();
-        this.cells = this.el.query('.fc-day');
+        this.cells = this.el.select('.fc-day',true);
         this.textNodes = this.el.query('.fc-day-number');
-         
-            this.update(new Date());
-         
         
         
     },