зеркало из https://github.com/mozilla/pjs.git
Fix for event dots in month view, from Eric via email to mikep.
This commit is contained in:
Родитель
7430b6adb3
Коммит
d361ad778b
|
@ -342,7 +342,6 @@ MonthView.prototype.refreshEvents = function monthView_refreshEvents( )
|
|||
else
|
||||
{
|
||||
//if there is not a box to hold the little dots for this day...
|
||||
var eventDayInView = this.dayNumberItemArray[ DisplayDate.getDate( ) ];
|
||||
if ( !document.getElementById( "dotboxholder"+eventDayInView ) )
|
||||
{
|
||||
//make one
|
||||
|
|
Загрузка…
Ссылка в новой задаче