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

index 1be4da8..23c9efc 100644 (file)
@@ -280,9 +280,9 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         this.el.select('.fc-button',true).addClassOnOver('fc-state-hover');
         this.cells.addClassOnOver('fc-state-hover');
         
-        if(typeof(this.activeDate) === 'undefined'){ // first time init...
+//        if(typeof(this.activeDate) === 'undefined'){ // first time init...
             this.activeDate = new Date().clearTime;
-        }
+//        }
         Roo.log(this.activeDate);
         this.update(this.activeDate);