summaryrefslogtreecommitdiff
path: root/tempo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tempo.js')
-rw-r--r--tempo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempo.js b/tempo.js
index 12261b5..87393db 100644
--- a/tempo.js
+++ b/tempo.js
@@ -35,7 +35,7 @@ function startTempo() {
if ((val = localStorage['fg']))
document.body.style.color = val;
if ((val = localStorage['fg_date']))
- document.getElementById('dateval').style.color = val;
+ document.getElementById('date').style.color = val;
if ((val = localStorage['bg']))
document.body.style.backgroundColor = val;