Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:27:24 +0000 (19:27 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:27:24 +0000 (19:27 +0800)
Roo/calendar/View.js

index ef82ebc..7e3843d 100644 (file)
@@ -669,7 +669,7 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
             
             for(var i =0; i < rows.length; i++) {
                 
-                var startCell = Roo.select('.fc-cell-' + rows[i].start.dateValue + ' .fc-day-content', true).first();
+                var startCell = Roo.select('.fc-cell-' + rows[i].start.dateValue + ' .fc-day-content div', true).first();
                 Roo.log('startCell');
                 Roo.log(startCell);
                 // how many rows should it span..