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

index fb2cf16..e5c34a3 100644 (file)
@@ -152,12 +152,13 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
 
                 }
                 row.cn[0].cls+=' fc-first';
+                row.cn[0].cn[0].style = 'min-height:90px';
                 row.cn[6].cls+=' fc-last';
                 ret.push(row);
                 
             }
             ret[0].cls += ' fc-first';
-            ret[0].cn[0].cn[0].style = 'min-height:90px';
+           
             ret[5].cls += ' fc-last';
             return ret;