aboutsummaryrefslogtreecommitdiffstats
path: root/hesla.es
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-01-01 12:23:10 +0100
committerMatěj Cepl <mcepl@cepl.eu>2019-01-01 12:29:42 +0100
commit2cdaf4da73c18d65417cc09bb5e7e3e20a0aa487 (patch)
tree54092844d57d0c71d44a758ce2f9239aec2a7e09 /hesla.es
parentbbb1185cb77d2c0147cb55ca65b0c46627bee28f (diff)
downloadhesla-2cdaf4da73c18d65417cc09bb5e7e3e20a0aa487.tar.gz
Update 2019-01-01; improve fetch handler
Fetch handler from https://github.com/mdn/sw-test/blob/gh-pages/sw.js
Diffstat (limited to 'hesla.es')
-rw-r--r--hesla.es2
1 files changed, 1 insertions, 1 deletions
diff --git a/hesla.es b/hesla.es
index c2e6348..30e5ba3 100644
--- a/hesla.es
+++ b/hesla.es
@@ -95,7 +95,7 @@ export class Hesla extends ActivePage {
display() {
super.display();
- console.log("cur_watchword = " + this.cur_watchword);
+ console.log("cur_watchword = " + this.cur_watchword.toISODateString());
document.getElementById(this.cur_watchword.toISODateString()).
classList.add("visible");