aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 01:32:29 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-15 01:32:29 +0100
commitec9f95e5929ad7fd86909002b851e3fa71d2a46b (patch)
tree11174666b7166465efd714625199cf182c8c85a4 /static/script.ts
parentReorder some popup setup. (diff)
downloadcalp-ec9f95e5929ad7fd86909002b851e3fa71d2a46b.tar.gz
calp-ec9f95e5929ad7fd86909002b851e3fa71d2a46b.tar.xz
Fix calendar for popup.
Diffstat (limited to 'static/script.ts')
-rw-r--r--static/script.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/script.ts b/static/script.ts
index 490e8ba6..2f418918 100644
--- a/static/script.ts
+++ b/static/script.ts
@@ -42,6 +42,12 @@ window.addEventListener('load', function() {
initialize_components();
+ /* A full redraw here is WAY to slow */
+ // for (let [_, obj] of vcal_objects) {
+ // for (let registered of obj.registered) {
+ // registered.redraw(obj);
+ // }
+ // }