aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-18 21:39:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-18 21:39:49 +0100
commit8346e5b938c2a01128e8806dbe2b57e4266c51a2 (patch)
treedd700ad115e6a7272265079e618e63ca1fa5c509 /static/globals.ts
parentVarious fixes <date-time-input/> (diff)
downloadcalp-8346e5b938c2a01128e8806dbe2b57e4266c51a2.tar.gz
calp-8346e5b938c2a01128e8806dbe2b57e4266c51a2.tar.xz
Remove .interactive, fix date-time checkbox.
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 });
-}
-*/