summaryrefslogtreecommitdiff
path: root/tempo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tempo.js')
-rw-r--r--tempo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempo.js b/tempo.js
index 4380603..12261b5 100644
--- a/tempo.js
+++ b/tempo.js
@@ -24,8 +24,8 @@ function updateTime() {
'\u00A0\u00A0' + padTime(s);
let str_d = dd + ' ' + months[dm] + ' ' + dy;
- document.getElementById('timeval').textContent = str_t;
- document.getElementById('dateval').textContent = str_d;
+ document.getElementById('time').textContent = str_t;
+ document.getElementById('date').textContent = str_d;
}
function startTempo() {