From 927bd58d3340965328f0ccd05f865175b49a6ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 Oct 2021 03:34:06 +0200 Subject: Got date-times working in new system. --- static/clock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/clock.js') diff --git a/static/clock.js b/static/clock.js index 240041a9..d33d603a 100644 --- a/static/clock.js +++ b/static/clock.js @@ -75,7 +75,7 @@ class ClockElement extends HTMLElement { this.update(new Date) } - static get observerAttributes () { + static get observedAttributes () { return ['timer_id'] } -- cgit v1.2.3