Explorar el Código

removed debug output

master
Daniel hace 1 año
padre
commit
c2667e2a2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/client/app/tmpl/home.html

+ 1
- 1
src/client/app/tmpl/home.html Ver fichero

@@ -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 ]; %>


Cargando…
Cancelar
Guardar