reload calendar automatically

remotes/origin/stable
Georg Ehrke 14 years ago
parent e2468c4343
commit f49ecee24c
  1. 1
      apps/calendar/js/calendar.js

@ -200,6 +200,7 @@ Calendar={
}); });
} }
}); });
window.setTimeout("Calendar.UI.loadEvents(" + year + ")", 120000);
}, },
getEventsForDate:function(date){ getEventsForDate:function(date){
var day = date.getDate(); var day = date.getDate();

Loading…
Cancel
Save