summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jquery.weekcalendar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jquery.weekcalendar.js b/jquery.weekcalendar.js
index 794113b..eaaaf64 100644
--- a/jquery.weekcalendar.js
+++ b/jquery.weekcalendar.js
@@ -1441,6 +1441,7 @@
while (startDate < endDate) {
calEvent.start = start;
+ calEvent.end = newDate(0, 0, 0);
// end of this virual calEvent is set to the end of the day
calEvent.end.setFullYear(start.getFullYear());