We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66721b commit c264954Copy full SHA for c264954
1 file changed
patient-history-controler.js
@@ -77,9 +77,7 @@ async function refreshDataTable(date) {
77
const row = table.insertRow(-1);
78
if (currentDateStr === dateStr) {
79
row.style.backgroundColor = 'grey';
80
- } else {
81
- row.onclick =
82
- }
+ }
83
84
const cellDate = row.insertCell(-1);
85
cellDate.innerHTML = dateStr;
0 commit comments