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

index 5fe0671..573bac6 100644 (file)
@@ -363,7 +363,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
             intDay = i - startingPos + 1;
             textEls[i].innerHTML = (intDay);
             d.setDate(d.getDate()+1);
-            cells[i].className = "x-date-active";
+            //cells[i].className = "x-date-active";
             setCellClass(this, cells[i]);
         }
         var extraDays = 0;