From 81adf54a8a36beba9622c1929937c871a751b2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 Oct 2021 03:37:31 +0200 Subject: Remove old date_time system. --- static/script.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'static/script.js') diff --git a/static/script.js b/static/script.js index 580ee520..b4fb7bda 100644 --- a/static/script.js +++ b/static/script.js @@ -271,8 +271,6 @@ window.addEventListener('load', function () { sch.update(d); }, 1000 * 60); - init_date_time(); - /* Is event creation active? */ if (false && EDIT_MODE) { let eventCreator = new EventCreator; -- cgit v1.2.3