浏览代码

removed debug output

master
Daniel 1年前
父节点
当前提交
c2667e2a2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/client/app/tmpl/home.html

+ 1
- 1
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 ]; %>


正在加载...
取消
保存