mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-16 11:21:04 +08:00
fix bug where week number wouldnt display in agenda views (issue 1951)
This commit is contained in:
@@ -322,6 +322,7 @@ function AgendaView(element, calendar, viewName) {
|
||||
"<tr>";
|
||||
|
||||
if (showWeekNumbers) {
|
||||
date = cellToDate(0, 0);
|
||||
weekText = formatDate(date, weekNumberFormat);
|
||||
if (rtl) {
|
||||
weekText += weekNumberTitle;
|
||||
|
||||
Reference in New Issue
Block a user