Browse Source

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2

= 2 years ago
parent
commit
e8bc70a669
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/views/app/patient/care-month/dashboard.blade.php

+ 8 - 0
resources/views/app/patient/care-month/dashboard.blade.php

@@ -1576,6 +1576,14 @@
                     $('#caremonth-measurements-calendar-{{$calendarID}}').parent().addClass('d-none');
                 }, 10);
 
+                $('[tab-link=measurements-calendar]').click(function(){
+                    if(typeof measurementsCalendar !== 'undefined'){
+                        window.setTimeout(()=>{
+                            measurementsCalendar.updateSize();
+                        },10);
+                    }
+                });
+
                 // if in popup, invoke vitals graph initer
                 if($('#care-month-container-{{$patient->uid}}').closest('.stag-popup').length) {
                     runMCInitializer('vitalsGraphUnified_{{$careMonth->id}}');