aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-10 15:13:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-10 15:13:46 +0200
commit200c0bc92203f2103805f1d09602b02800a8593a (patch)
treea79112bb06a1b759b4f766cb3c62cbd7243c73bc /static/vevent.ts
parentDrive popup tabs through javascript. (diff)
downloadcalp-200c0bc92203f2103805f1d09602b02800a8593a.tar.gz
calp-200c0bc92203f2103805f1d09602b02800a8593a.tar.xz
Mostly fix datetime values in frontend.
Diffstat (limited to 'static/vevent.ts')
-rw-r--r--static/vevent.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/vevent.ts b/static/vevent.ts
index ade5d222..20b668ee 100644
--- a/static/vevent.ts
+++ b/static/vevent.ts
@@ -82,6 +82,7 @@ class VEvent {
}
setProperty(key: string, value: any) {
+ console.log(key, value);
let e = this.properties.get(key);
if (!e) {
key = key.toUpperCase()