aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/script.ts')
-rw-r--r--static/script.ts18
1 files changed, 0 insertions, 18 deletions
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();