aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 00:47:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 00:47:37 +0100
commitb0170d8cbb14a05d791ae5560c6e15da3fabfd7a (patch)
treeb5a869663352d0abcd07a397239b97da92a49323 /static/script.ts
parentRework some drawing and how calendar is accessed. (diff)
downloadcalp-b0170d8cbb14a05d791ae5560c6e15da3fabfd7a.tar.gz
calp-b0170d8cbb14a05d791ae5560c6e15da3fabfd7a.tar.xz
cleanup
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();