aboutsummaryrefslogtreecommitdiff
path: root/static/globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/globals.js')
-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;
});
+ */
}
}