Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:01:03 +0000 (15:01 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:01:03 +0000 (15:01 +0800)
Roo/bootstrap/Calendar.js

index 18f723f..fc3f133 100644 (file)
@@ -667,7 +667,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         this.cells = this.el.select('.fc-day',true);
         this.textNodes = this.el.query('.fc-day-number');
         this.cells.addClassOnOver('fc-state-hover');
-        
+        Roo.log('fire load');
+        this.store.load();
         this.calevents = [];