Skip to content

Commit

Permalink
calendar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
format1981 committed Mar 17, 2013
1 parent 8a9c3be commit ffa0530
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/js/modern/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
if (calendarEvents[dateStr]) {
$days[dayIndex].addClass('event');
$days[dayIndex].prop('title', calendarEvents[dateStr][0]);
html += '<span>' + calendarEvents[dateStr].length + '</span>'
}
$days[dayIndex].html(html);
$days[dayIndex].data('date', dateStr);
Expand All @@ -223,7 +222,6 @@
if (calendarEvents[dateStr]) {
$days[dayIndex].addClass('event');
$days[dayIndex].prop('title', calendarEvents[dateStr][0]);
html += '<span>' + calendarEvents[dateStr].length + '</span>'
}
$days[dayIndex].html(html);
$days[dayIndex].data('date', dateStr);
Expand All @@ -240,7 +238,6 @@
if (calendarEvents[dateStr]) {
$days[dayIndex].addClass('event');
$days[dayIndex].prop('title', calendarEvents[dateStr][0]);
html += '<span>' + calendarEvents[dateStr].length + '</span>'
}
$days[dayIndex].html(html);
$days[dayIndex].data('date', dateStr);
Expand Down

0 comments on commit ffa0530

Please sign in to comment.