Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:01:12 +0000 (14:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:01:12 +0000 (14:01 +0800)
Roo/bootstrap/Calendar.js

index 7faaeaa..f90ae6c 100644 (file)
@@ -290,6 +290,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         if(vd && this.el){
             var t = date.getTime();
             if(vd.getMonth() == date.getMonth() && vd.getFullYear() == date.getFullYear()){
+                Roo.log('using add remove');
                 this.cells.removeClass("fc-state-highlight");
                 this.cells.each(function(c){
                    if(c.dom.firstChild.dateValue == t){