diff --git a/dist/script.js b/dist/script.js index e6df5da..cd24dcc 100644 --- a/dist/script.js +++ b/dist/script.js @@ -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') + "" + clampClosed() }