Skip to content

Commit c264954

Browse files
committed
Fixing
1 parent d66721b commit c264954

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

patient-history-controler.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ async function refreshDataTable(date) {
7777
const row = table.insertRow(-1);
7878
if (currentDateStr === dateStr) {
7979
row.style.backgroundColor = 'grey';
80-
} else {
81-
row.onclick =
82-
}
80+
}
8381

8482
const cellDate = row.insertCell(-1);
8583
cellDate.innerHTML = dateStr;

0 commit comments

Comments
 (0)