Skip to content

Commit 8d980ad

Browse files
committed
deleted test.txt dummy file
1 parent e7061ff commit 8d980ad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/js/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function setChartNameArrays() {
154154
function postTimingsMessaqe(message) {
155155
let tr = commandbody.rows[0];
156156
let td = tr.firstChild;
157-
td.innerText = `Total time for all processing: ${message.payload}`;
157+
td.innerText = `Total time for chart processing: ${message.payload}`;
158158
resetCommandList();
159159
resetChartList();
160160
}

0 commit comments

Comments
 (0)