summaryrefslogtreecommitdiff
path: root/www/js/calendar.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-28 19:42:24 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-28 19:42:24 (GMT)
commit4ff3a37b12f96b394b74e4fc215a2b41ba2aec67 (patch)
tree78dfa1d428394048873c5d3567938899e07ed771 /www/js/calendar.js
parent50f4c00f8f508635bef8ef0d56667279c3b6699f (diff)
fixed week clock?
Diffstat (limited to 'www/js/calendar.js')
-rw-r--r--www/js/calendar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/calendar.js b/www/js/calendar.js
index 623d79a..21e2265 100644
--- a/www/js/calendar.js
+++ b/www/js/calendar.js
@@ -98,7 +98,7 @@ function calendar_init() {
$('#calendar').on('wheel', calendar_scroll);
current_week_offset = -4;
clock.addCallback(function(date, time, week) {
- draw_clock(date, time, week);
+ drawClock(date, time, week, $('#clock'));
calendar_redraw(current_week_offset);
});
}