aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts15
1 files changed, 0 insertions, 15 deletions
diff --git a/static/globals.ts b/static/globals.ts
index 6b689697..cb65d953 100644
--- a/static/globals.ts
+++ b/static/globals.ts
@@ -33,18 +33,3 @@ function find_block(uid: uid): ComponentBlock | null {
// throw 'Popup not fonud';
return null;
}
-
-
-
-
-
-
-
-
-/*
-function wholeday_checkbox(box: HTMLInputElement) {
- box.closest('.timeinput')!
- .querySelectorAll('input[is="date-time"]')
- .forEach((el) => { (el as DateTimeInput).dateonly = box.checked });
-}
-*/