diff options
Diffstat (limited to 'tempo.js')
-rw-r--r-- | tempo.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |