aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts
diff options
context:
space:
mode:
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);
+ // }
+ // }