|
@@ -2586,7 +2586,6 @@
|
|
|
});
|
|
|
|
|
|
// init calendar view
|
|
|
- @if(count($plottableMeasurements))
|
|
|
$('#caremonth-measurements-calendar-{{$calendarID}}').closest('.d-none').removeClass('d-none');
|
|
|
let measurementsCalendar = new FullCalendar.Calendar($('#caremonth-measurements-calendar-{{$calendarID}}')[0], {
|
|
|
allDaySlot: false,
|
|
@@ -2620,7 +2619,6 @@
|
|
|
|
|
|
window.setTimeout(() => { measurementsCalendar.render();}, 10);
|
|
|
|
|
|
- @endif
|
|
|
}
|
|
|
|
|
|
addMCInitializer('care-month-dashboard-{{$patient->uid}}', init, '#care-month-container-{{$patient->uid}}');
|