Просмотр исходного кода

Remove poller pollForNextPatient()

Vijayakrishnan 4 лет назад
Родитель
Сommit
b14defa7a4
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      resources/views/app/video/call.blade.php

+ 3 - 3
resources/views/app/video/call.blade.php

@@ -511,9 +511,9 @@
                     });
 
                     // poll for new patients and alert
-                    window.setInterval(function () {
-                        self.pollForNextPatient();
-                    }, 5000);
+                    // window.setInterval(function () {
+                    //     self.pollForNextPatient();
+                    // }, 5000);
 
                     window.onbeforeunload = function () {
                         if (self.started) {