Prechádzať zdrojové kódy

Disable patient presence

Vijayakrishnan 4 rokov pred
rodič
commit
d4ff79a250
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      public/js/mc.js

+ 1 - 0
public/js/mc.js

@@ -369,6 +369,7 @@ function initQuillEdit(_selector = '.note-content[auto-edit]') {
 
 var patientPresenceTimer = false;
 function initPatientPresenceIndicator() {
+    return false;
     if (patientPresenceTimer !== false) {
         window.clearInterval(patientPresenceTimer);
         patientPresenceTimer = false;