= 4 년 전
부모
커밋
3a420c9a1a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      resources/views/app/patient/appointment-calendar.blade.php

+ 4 - 4
resources/views/app/patient/appointment-calendar.blade.php

@@ -581,10 +581,10 @@
                                     //     successCallback([]); // no events if no pro selected
                                     //     return;
                                     // }
-                                    // if(!self.timezone) {
-                                    //     successCallback([]); // no events if no tz selected
-                                    //     return;
-                                    // }
+                                    if(!self.timezone) {
+                                        successCallback([]); // no events if no tz selected
+                                        return;
+                                    }
                                     $.get('/appointment/getAllAppointmentsForPros' +
                                         '?proIds=' + self.proIds +
                                         '&clientId=' + self.client.id +