Prechádzať zdrojové kódy

Remove poller pollForNextPatient()

Vijayakrishnan 4 rokov pred
rodič
commit
b14defa7a4
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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) {