From 2cdaf4da73c18d65417cc09bb5e7e3e20a0aa487 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 1 Jan 2019 12:23:10 +0100 Subject: Update 2019-01-01; improve fetch handler Fetch handler from https://github.com/mdn/sw-test/blob/gh-pages/sw.js --- hesla.es | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hesla.es') 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"); -- cgit