|
@@ -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) {
|