aboutsummaryrefslogtreecommitdiff
path: root/static/globals.js
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
commitbb59ca85ff27a51a2c532d330b3b5f947ac7fb9e (patch)
treea45c5101249af3671a768a506c4f1c1a03101cf0 /static/globals.js
parentwork (diff)
downloadcalp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.gz
calp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.xz
Work on calendar from event in frontend, broken.
Diffstat (limited to '')
-rw-r--r--static/globals.js2
1 files changed, 2 insertions, 0 deletions
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;
});
+ */
}
}