aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-18 23:15:35 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-18 23:15:35 +0100
commit74102c3f5f400542a09c5c5fc1043ab5fa490be0 (patch)
tree4181461b766ca5f343c62fc31df595e05707127e /static/components/vevent.ts
parentRestore remove event functionality. (diff)
downloadcalp-74102c3f5f400542a09c5c5fc1043ab5fa490be0.tar.gz
calp-74102c3f5f400542a09c5c5fc1043ab5fa490be0.tar.xz
Change popup tabs interface.
Diffstat (limited to '')
-rw-r--r--static/components/vevent.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/components/vevent.ts b/static/components/vevent.ts
index d957c7c8..23eba0a9 100644
--- a/static/components/vevent.ts
+++ b/static/components/vevent.ts
@@ -22,6 +22,7 @@ class ComponentVEvent extends HTMLElement {
if (uid) real_uid = uid;
if (!real_uid) {
+ console.warn(this.outerHTML);
throw `UID required`
}