Bläddra i källkod

ignored timezone

= 4 år sedan
förälder
incheckning
aef3eeb436
1 ändrade filer med 4 tillägg och 4 borttagningar
  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 +