From c2667e2a2ccb4c668c61c580f5bb47fdfbc353be Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 2 Sep 2024 16:54:29 +0200 Subject: [PATCH] removed debug output --- src/client/app/tmpl/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/tmpl/home.html b/src/client/app/tmpl/home.html index 0313f70..4a0eb24 100644 --- a/src/client/app/tmpl/home.html +++ b/src/client/app/tmpl/home.html @@ -61,7 +61,7 @@ <% } %> <% var monthHeader = null, weekHeader = null, currentMonth, currentWeek, currentWeekMoment, a, mStart, mEnd, mDeadline; %> -<%= appointments.length %> + <% for ( var ai = 0; ai < appointments.length; ai++ ) { %> <% a = appointments[ ai ]; %>