Akira-Kurusu commited on
Commit
64ba026
·
verified ·
1 Parent(s): f48831d

Update web/patients.html

Browse files
Files changed (1) hide show
  1. web/patients.html +1 -4
web/patients.html CHANGED
@@ -1109,10 +1109,7 @@
1109
 
1110
  window.startDiagnosisForPatient = function() {
1111
  if (selectedPatientForDetails) {
1112
- setTimeout(() => {
1113
- window.location.href = 'auth-login.html';
1114
-
1115
- }, 200);
1116
  }
1117
  };
1118
 
 
1109
 
1110
  window.startDiagnosisForPatient = function() {
1111
  if (selectedPatientForDetails) {
1112
+ window.location.href = 'diagnosis.html?patient=' + selectedPatientForDetails.patientID;
 
 
 
1113
  }
1114
  };
1115