From b0170d8cbb14a05d791ae5560c6e15da3fabfd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 15 Nov 2021 00:47:37 +0100 Subject: cleanup --- static/script.ts | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'static/script.ts') diff --git a/static/script.ts b/static/script.ts index 2a339e77..21cb8302 100644 --- a/static/script.ts +++ b/static/script.ts @@ -40,24 +40,6 @@ window.addEventListener('load', function() { } } - /* - - .popup - - .block - - .list - */ - /* - let vevent_els = document.getElementsByClassName('vevent') - for (let el of vevent_els) { - try { - vcal_objects[el.dataset.uid].register(el); - } catch { - console.error("Invalid something, uid = ", el.dataset.uid, - "el = ", el - ); - } - } - */ - initialize_components(); -- cgit v1.2.3