diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-01-01 12:23:10 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2019-01-01 12:29:42 +0100 |
commit | 2cdaf4da73c18d65417cc09bb5e7e3e20a0aa487 (patch) | |
tree | 54092844d57d0c71d44a758ce2f9239aec2a7e09 /hesla.es | |
parent | bbb1185cb77d2c0147cb55ca65b0c46627bee28f (diff) | |
download | hesla-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.es | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |