added websocket

alpha
alex 2023-02-18 14:20:15 +01:00
parent 11157d27fc
commit d5a08e816f
1 changed files with 1 additions and 1 deletions

2
dist/script.js vendored
View File

@ -122,7 +122,7 @@ function formatDate(timestamp) {
date.getHours().toString().padStart(2, '0') + ":" +
date.getMinutes().toString().padStart(2, '0') + ":" +
date.getSeconds().toString().padStart(2, '0') + ":" +
date.getMilliseconds().toString().padStart(3, '0') + " " +
date.getMilliseconds().toString().padStart(3, '0') +
"</span>" + clampClosed()
}