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

index 16b6d1f..e36b960 100644 (file)
@@ -223,7 +223,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     initEvents : function()
     {
         this.resize();
-        this.cells = this.el.select('fc-')
+        this.cells = this.el.select('td.fc-day');
         this.update(new Date());
         
     },