this.addHistory(fullloc);
this.view = loc;
+ this.date = date;
this.updateView(date, loc);
var dates = this.viewDates(date, loc);
this.loadEvents(dates[0], dates[1], loc);
});
$('kronolithLoading' + loc).insert($('kronolithLoading').remove());
this.updateMinical(date, loc);
- this.date = date;
break;
while (!day.isAfter(dates[1])) {
// Skip if somehow events slipped in though the view is gone.
if (!day.between(viewDates[0], viewDates[1])) {
- console.log(day, this.dates);
+ if (window.console) {
+ window.console.trace();
+ }
+ day.next().day();
continue;
}