From bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 Oct 2021 17:36:44 +0200 Subject: Work on calendar from event in frontend, broken. --- static/globals.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/globals.js') diff --git a/static/globals.js b/static/globals.js index 86368e9a..b2f6ed4e 100644 --- a/static/globals.js +++ b/static/globals.js @@ -315,6 +315,7 @@ class PopupElement extends HTMLElement { this.replaceChildren(body); let that = this; + /* this.getElementsByClassName("calendar-selection") .addEventListener('change', function () { let uid = that.closest('[data-uid]').dataset.uid @@ -322,6 +323,7 @@ class PopupElement extends HTMLElement { this.value; // event.properties.calendar = this.value; }); + */ } } -- cgit v1.2.3